Skip to content

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

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

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

Workflow file for this run

name: Checks
on:
push:
branches:
- '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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