Skip to content

Bump prettier from 2.8.4 to 2.8.5 #486

Bump prettier from 2.8.4 to 2.8.5

Bump prettier from 2.8.4 to 2.8.5 #486

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci
- run: npm run lint