mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 16:31:35 +08:00
Update licensed.yml
This commit is contained in:
4
.github/workflows/licensed.yml
vendored
4
.github/workflows/licensed.yml
vendored
@@ -1,9 +1,7 @@
|
||||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -11,4 +9,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm run licensed-check
|
||||
- run: npm run licensed-check
|
||||
|
||||
Reference in New Issue
Block a user