Skip to content

fix(deps): update dependency eslint-plugin-import to v2.31.0 #362

fix(deps): update dependency eslint-plugin-import to v2.31.0

fix(deps): update dependency eslint-plugin-import to v2.31.0 #362

Workflow file for this run

name: test
on:
push:
branches-ignore:
- "main"
paths:
- ".github/workflows/test.yml"
- "**"
jobs:
test:
name: test
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: |
npm ci
- run: |
npm run test