fix: workflows

This commit is contained in:
2026-01-05 23:38:53 +01:00
parent 7bb356203f
commit 520447d05a
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ on:
- main
jobs:
lint:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -23,7 +23,7 @@ jobs:
node-version: 20
- run: deno install
- run: deno task lint
- run: deno task check
test:
runs-on: ubuntu-latest