Skip to content

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

Update dependency eslint-plugin-import to v2.31.0

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

name: build and test
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn format:check
- run: yarn test --passWithNoTests