Skip to content

deps: bump eslint-plugin-import from 2.29.1 to 2.31.0 #230

deps: bump eslint-plugin-import from 2.29.1 to 2.31.0

deps: bump eslint-plugin-import from 2.29.1 to 2.31.0 #230

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
workflow_call:
jobs:
test:
name: "lint + test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/iron
cache: "npm"
- run: npm install
- run: npm run lint
- run: npx tsc --noEmit
- run: npm test