1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-12-06 03:50:39 +00:00
checkout/.github/workflows/licensed.yml
eric sciple c8175b1288 Update all references from v5 and v4 to v6
- Updated README.md examples to reference @v6
- Updated all workflow files to use actions/checkout@v6
2025-11-24 01:04:10 +00: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