Skip to content

Commit

Permalink
ci: remove unneeded license checking script
Browse files Browse the repository at this point in the history
Now that the nextlint license lint handles move, js, and ts files we no
longer need this license checking script (which has not as good of a
user experience as nextlint does).
  • Loading branch information
bmwill committed Oct 6, 2022
1 parent 7794d72 commit 756acd8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
with:
crate: cargo-hakari
locked: true
- run: scripts/license_check.sh
- run: cargo xlint
- run: |
cargo hakari generate --diff # workspace-hack Cargo.toml is up-to-date
Expand Down
26 changes: 0 additions & 26 deletions narwhal/scripts/license_check.sh

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/license_check.sh

This file was deleted.

0 comments on commit 756acd8

Please sign in to comment.