Skip to content

Merge pull request #266 from CityOfDetroit/1.0.33 #374

Merge pull request #266 from CityOfDetroit/1.0.33

Merge pull request #266 from CityOfDetroit/1.0.33 #374

name: "Prettier Format & ESLint"
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
format_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn check-lint-config
- run: yarn lint