Skip to content

Commit

Permalink
ci: remove unused stepq
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast authored Jun 28, 2024
1 parent 721ee8e commit 3cf73f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
- name: Run benchmarks
run: deno task bench

- name: Prepare git credentials
run: |
git config user.name Github Actions
git config user.email github-actions@github.com
- name: Check license headers & push commit when needed
- name: Check license headers
run: |
deno run -A --no-check https://deno.land/x/anzu@1.0.2/src/cli.ts \
-i ./ "/.+\.ts/" \
Expand Down

0 comments on commit 3cf73f5

Please sign in to comment.