Skip to content

Commit

Permalink
Add licence_check test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnrt committed Aug 23, 2024
1 parent 14d40a4 commit c1b420e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/licence-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ jobs:
run: bazel run :format.check
- name: Run Licence Checker
run: bazel run //:licence-check
- name: Test Licence Checker
run: |
cd tests
bazel test :licence_check

0 comments on commit c1b420e

Please sign in to comment.