0
mirror of https://github.com/actions/checkout.git synced 2025-04-25 07:30:34 +00:00
checkout/.github/workflows/licensed.yml
Emnmer1 f5e16e0655 Revert "update test workflows to checkout v3 (#709)"
This reverts commit 2d1c1198e79c30cca5c3957b1e3b65ce95b5356e.
2022-03-21 10:19:31 -07:00

14 lines
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@v2
- run: npm ci
- run: npm run licensed-check