1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-02-22 13:12:16 +00:00
checkout/.github/workflows/licensed.yml
2023-10-07 00:35:04 +01:00

14 lines
247 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@v3
- run: npm ci
- run: npm run licensed-check