Skip to content

Commit

Permalink
chore: check licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 1, 2024
1 parent c48a13e commit d2107eb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,21 @@ jobs:
run: node node_modules/puppeteer/install.mjs
- name: Test
run: pnpm --filter @haiilo/catalyst run test
license:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
registry-url: https://registry.npmjs.org
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: false
- name: License
run: |
pnpm run license

0 comments on commit d2107eb

Please sign in to comment.