Skip to content

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #17

Bump eslint-plugin-import from 2.29.1 to 2.31.0

Bump eslint-plugin-import from 2.29.1 to 2.31.0 #17

Workflow file for this run

name: Code style check
on: pull_request
jobs:
test_build:
name: Code style check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run code style check
run: npm run lint