Skip to content

Commit

Permalink
Add licence check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Hamou authored and Mohamed Hamou committed Sep 2, 2024
1 parent c8601b0 commit 7e8b64d
Show file tree
Hide file tree
Showing 3 changed files with 1,183 additions and 14,068 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint
- name: License check
run: npm run license-check
- name: Build
run: npm run build
- name: Test
Expand Down
Loading

0 comments on commit 7e8b64d

Please sign in to comment.