feat: update workflows

This commit is contained in:
2025-04-17 17:24:28 +00:00
parent e6efedc7fe
commit ff1d59ca8c
2 changed files with 7 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ jobs:
with:
node-version: 20
- run: cd .eslint && npm ci
- run: deno install
- run: deno task lint
test:
@@ -33,4 +33,6 @@ jobs:
- name: Setup Deno
uses: maximousblk/setup-deno@v2
- run: deno install
- run: deno task test
- run: deno task test:publish