1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-04 13:57:48 +02:00

Update licensed.yml

This commit is contained in:
goinst-hub 2023-10-21 21:38:48 +01:00 committed by GitHub
parent b4ffde65f4
commit 50817d3465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
name: Licensed name: Licensed
on: on:
push: {branches: main} push: {branches: main}
pull_request: {branches: main} pull_request: {branches: main}
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -11,4 +9,4 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: npm ci - run: npm ci
- run: npm run licensed-check - run: npm run licensed-check