Skip to content

Commit

Permalink
chore(deps): remove license check logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 15, 2024
1 parent b07d1fc commit 9dde7b2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 477 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading

0 comments on commit 9dde7b2

Please sign in to comment.