mirror of
https://code.forgejo.org/actions/checkout.git
synced 2024-11-04 17:52:52 +01:00
14 lines
No EOL
245 B
YAML
14 lines
No EOL
245 B
YAML
name: Licensed
|
|
|
|
on:
|
|
push: {branches: main}
|
|
pull_request: {branches: main}
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
name: Check licenses
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- run: npm ci
|
|
- run: npm run licensed-check |