Skip to content

chore: Bump eslint-plugin-import from 2.30.0 to 2.31.0 (#5012) #10442

chore: Bump eslint-plugin-import from 2.30.0 to 2.31.0 (#5012)

chore: Bump eslint-plugin-import from 2.30.0 to 2.31.0 (#5012) #10442

Workflow file for this run

name: Lint
on:
push:
branches: [staging, main]
pull_request:
branches: [staging, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint