Skip to content

Commit d8bf3c3

Browse files
committed
Check license in CI
1 parent 182d7fd commit d8bf3c3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unittests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ jobs:
4141
- run: cargo test --lib --examples --all-features
4242

4343
- run: cargo tree
44+
45+
checklicense:
46+
runs-on: ubuntu-latest
47+
steps:
48+
- uses: actions/checkout@v4
49+
50+
- run: ./checklicense.py --check

0 commit comments

Comments
 (0)