Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.0.0 #300

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

build(deps-dev): bump prettier from 2.8.8 to 3.0.0 #300

Workflow file for this run

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