2
0
mirror of https://gitea.com/actions/checkout.git synced 2025-02-24 04:30:43 +07:00
checkout/.github/workflows/licensed.yml
2024-02-29 21:45:52 -07:00

15 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