Skip to content

Update dependency eslint-plugin-import to v2.31.0 #504

Update dependency eslint-plugin-import to v2.31.0

Update dependency eslint-plugin-import to v2.31.0 #504

Workflow file for this run

name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: npm install
- name: Run eslint
run: npm run eslint
- name: Run tests
run: npm test