Skip to content

Commit

Permalink
add lint and test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
not-ivy committed Jul 2, 2024
1 parent c2ff7f1 commit 44bf686
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno lint
- run: deno task test
- run: deno publish

0 comments on commit 44bf686

Please sign in to comment.