-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): remove license check logic
- Loading branch information
1 parent
b07d1fc
commit 9dde7b2
Showing
5 changed files
with
1 addition
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,21 +10,6 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
license-check: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Setup Volta | ||
uses: volta-cli/[email protected] | ||
- name: Node.js version | ||
run: node -v | ||
- name: npm version | ||
run: npm -v | ||
- name: Install dependencies | ||
run: npm ci | ||
- name: License check | ||
run: npm run license-check | ||
tests: | ||
strategy: | ||
matrix: | ||
|
Oops, something went wrong.