mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Update to latest actions
This commit is contained in:
parent
672319273b
commit
936c9d9f72
4 changed files with 19 additions and 12 deletions
8
.github/workflows/licensed.yml
vendored
8
.github/workflows/licensed.yml
vendored
|
|
@ -1,8 +1,10 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
|
||||
|
|
@ -12,7 +14,7 @@ jobs:
|
|||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v1
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue