0
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-09-20 07:23:26 +03:00
checkout/.github/workflows/licensed.yml

14 lines
245 B
YAML
Raw Normal View History

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
2021-10-19 22:30:04 +03:00
- run: npm run licensed-check