mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Merge branch 'main' into upstream-setup-license
This commit is contained in:
commit
586a6a1c85
13 changed files with 58 additions and 68 deletions
5
.github/workflows/licensed.yml
vendored
5
.github/workflows/licensed.yml
vendored
|
|
@ -8,12 +8,15 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
name: Check licenses
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
|
||||
- uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 # v1.213.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue