1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2024-10-17 06:34:40 +02:00
checkout/.github/workflows/licensed.yml
2024-02-29 21:45:52 -07:00

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