0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-11-28 10:01:55 +02:00
checkout/.github/workflows/licensed.yml
eric sciple c2d88d3ecc
Update all references from v5 and v4 to v6 (#2314)
- Updated README.md examples to reference @v6
- Updated all workflow files to use actions/checkout@v6
2025-11-23 19:32:55 -06:00

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@v6
- run: npm ci
- run: npm run licensed-check