checkout/.github/workflows/licensed.yml
John Wesley Walker III 6ccd57f4c5
Some checks failed
Build and Test / test (macos-latest) (push) Waiting to run
Build and Test / test (windows-latest) (push) Waiting to run
Build and Test / test-git-container (push) Failing after 14s
Build and Test / test-bypass-proxy (push) Failing after 1m19s
Licensed / Check licenses (push) Failing after 1m33s
Build and Test / test-proxy (push) Failing after 1m37s
Check dist / check-dist (push) Successful in 2m8s
Build and Test / build (push) Failing after 2m3s
Build and Test / test (ubuntu-latest) (push) Failing after 2m21s
CodeQL / Analyze (javascript) (push) Failing after 6s
Pin actions/checkout's own workflows to a known, good, stable version. (#1776)
* Pin actions/checkout's own workflows to a known, good, stable version.

* fixed failing unit test

* fix unit test
2024-06-12 13:11:03 -04: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