Skip to content

Commit

Permalink
restrict to src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Jul 13, 2024
1 parent dc3fbcd commit d2a6e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: denoland/setup-deno@v1
- run: deno fmt --check
- run: deno lint
- run: deno check **/*.ts
- run: deno check src/**/*.ts
- run: deno test -A
env:
BACKPORTER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d2a6e09

Please sign in to comment.