Skip to content

Commit

Permalink
Merge pull request #5 from carpasse/chore/add-license-checker
Browse files Browse the repository at this point in the history
Chore/add license checker
  • Loading branch information
carpasse authored Feb 8, 2024
2 parents 7fd8e19 + 2137417 commit fbaa6f3
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts

- name: License Check
run: npm run license-check"

- name: Build
run: npm run build

Expand Down
Loading

0 comments on commit fbaa6f3

Please sign in to comment.