Skip to content

chore(deps): update dependency @faergeek/eslint-config to v5.1.30 #269

chore(deps): update dependency @faergeek/eslint-config to v5.1.30

chore(deps): update dependency @faergeek/eslint-config to v5.1.30 #269

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.11.0
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn run prettier:check
- run: yarn run lint