Skip to content

Commit

Permalink
Add deno lint stage
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayDaG33k committed Jan 30, 2024
1 parent fb920a3 commit 676bd63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ jobs:
uses: denoland/setup-deno@v1
with:
deno-version: "1.30.0"
- name: Lint
run: deno lint
- name: Run tests
run: deno test --allow-read --allow-env

0 comments on commit 676bd63

Please sign in to comment.