You've already forked setup-dotnet
mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-09-09 06:14:08 +07:00
ci: add --ignore-scripts
argument
This commit is contained in:
2
.github/workflows/licensed.yml
vendored
2
.github/workflows/licensed.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: npm ci
|
||||
- run: npm ci --ignore-scripts
|
||||
- name: Install licensed
|
||||
run: |
|
||||
cd $RUNNER_TEMP
|
||||
|
Reference in New Issue
Block a user