Fix linting

This commit is contained in:
AnimeDL 2023-02-28 15:44:22 -08:00 committed by GitHub
parent 87e6990c7b
commit e27e5ff1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
with:
version: 6.0.2
- run: pnpm i
- run: pnpm dlx eslint .
- run: pnpx eslint .
test:
needs: eslint
runs-on: ubuntu-latest