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 1ceb102
Showing 1 changed file with 2 additions and 0 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

0 comments on commit 1ceb102

Please sign in to comment.