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

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
jobs:
lint:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@@ -18,7 +18,7 @@ jobs:
node-version: 22
- run: deno install
- run: deno task lint
- run: deno task check
test:
runs-on: ubuntu-latest