Add actions/checkout@v4.1.1
Some checks failed
Check dist / check-dist (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Build and Test / build (push) Has been cancelled
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (ubuntu-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
Build and Test / test-proxy (push) Has been cancelled
Build and Test / test-bypass-proxy (push) Has been cancelled
Build and Test / test-git-container (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 3s

This commit is contained in:
2025-09-26 12:15:31 +08:00
commit 750c567d11
106 changed files with 43402 additions and 0 deletions

14
.github/workflows/licensed.yml vendored Executable file
View File

@@ -0,0 +1,14 @@
name: Licensed
on:
push: {branches: main}
pull_request: {branches: main}
jobs:
test:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run licensed-check