Skip to content

Commit

Permalink
chore(ci): check for valid licenses (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Jul 14, 2024
1 parent a87f44b commit ab99731
Show file tree
Hide file tree
Showing 5 changed files with 2,555 additions and 333 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@ concurrency:
cancel-in-progress: true

jobs:
e2e:
license-check:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Setup Volta
uses: volta-cli/action@v4.1.1
- 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:
os:
Expand All @@ -34,7 +49,7 @@ jobs:
run: npm run lint
- name: Run tests
run: npm run test
cov:
coverage:
runs-on: ubuntu-22.04
permissions:
contents: read
Expand Down
Loading

0 comments on commit ab99731

Please sign in to comment.