Skip to content

Commit c1b420e

Browse files
committed
Add licence_check test to CI
1 parent 14d40a4 commit c1b420e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/licence-checker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ jobs:
2525
run: bazel run :format.check
2626
- name: Run Licence Checker
2727
run: bazel run //:licence-check
28+
- name: Test Licence Checker
29+
run: |
30+
cd tests
31+
bazel test :licence_check

0 commit comments

Comments
 (0)