Files
action-checkout/.github/workflows/licensed.yml
T
gouki 7d12858cbd
Check dist / check-dist (push) Successful in 1m35s
Licensed / Check licenses (push) Successful in 1m16s
Build and Test / test (ubuntu-latest) (push) Failing after 2s
Build and Test / test-proxy (push) Failing after 4s
Build and Test / test-bypass-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 3s
Build and Test / build (push) Failing after 1m15s
Build and Test / test-output (push) Failing after 2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 2m2s
Mirror actions/checkout v4.2.2
2026-07-16 22:44:27 +08:00

14 lines
249 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.1.6
- run: npm ci
- run: npm run licensed-check