Skip to content

Merge branch 'actions:main' into main #6

Merge branch 'actions:main' into main

Merge branch 'actions:main' into main #6

Workflow file for this run

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/[email protected]
- run: npm ci
- run: npm run licensed-check