Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
ci: remove check for license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Aug 18, 2023
1 parent fcc380e commit 2702291
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,3 @@ jobs:

- name: Run deno test
run: deno task test --fail-fast

- name: Run deno test
run: deno task test --fail-fast

- name: Check license headers
run: |
deno run -A --no-check https://deno.land/x/anzu@1.0.0/src/cli.ts \
-i ./ "/.+\.ts/" \
-l "// Copyright 2023 Samuel Kopp. All rights reserved. Apache-2.0 license." \
-p

0 comments on commit 2702291

Please sign in to comment.