mirror of
https://github.com/actions/checkout.git
synced 2025-04-01 22:10:06 +02:00
Merge e75fba54a1
into 2b8f79e013
This commit is contained in:
commit
15c2175836
1 changed files with 2 additions and 2 deletions
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Licensed
|
name: Licensed
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {branches: main}
|
push: {branches: main}
|
||||||
pull_request: {branches: main}
|
pull_request: {branches: main}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -11,4 +11,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
|
||||||
|
|
Loading…
Add table
Reference in a new issue