Skip to content

refactor: Rewrite the ESLint config file for this repo with Flat Config #701

refactor: Rewrite the ESLint config file for this repo with Flat Config

refactor: Rewrite the ESLint config file for this repo with Flat Config #701

Workflow file for this run

name: test
on:
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize
uses: ./.github/actions/restore-node
- name: Run Lint
run: npm run lint
- name: Run Test
run: npm run test