Skip to content

fix: eslint warning

fix: eslint warning #1

Workflow file for this run

name: test
on:
push:
branches:
- develop
- github
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run lint:check
- run: npm run format:check