2
0
mirror of https://github.com/RouxAntoine/checkout.git synced 2025-01-01 07:31:19 +00:00
checkout/.github/workflows/licensed.yml
2021-10-19 14:30:04 -05: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