Skip to content

Bump eslint from 8.54.0 to 8.56.0 #167

Bump eslint from 8.54.0 to 8.56.0

Bump eslint from 8.54.0 to 8.56.0 #167

Workflow file for this run

name: project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/cache@v3
with:
path: node-modules
key: node-modules-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint:ci