Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.0.2 #310

build(deps-dev): bump prettier from 2.8.8 to 3.0.2

build(deps-dev): bump prettier from 2.8.8 to 3.0.2 #310

Workflow file for this run

name: Linting
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '18.x'
- name: Environment Information
run: |
node --version
npm --version
- name: Setup
run: |
swiftlint version
npm ci
- name: Linting
run: npm run lint