0
1
Fork 0
checkout/.github/workflows/licensed.yml

14 lines
245 B
YAML
Raw Normal View History

name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v3
- run: npm ci
2021-10-19 21:30:04 +02:00
- run: npm run licensed-check