mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
Fix YAML types in licensed.yml (#228)
* fix YAML types in licensed.yml * Update .github/workflows/licensed.yml Co-authored-by: Josh Gross <joshmgross@github.com> * formatting Co-authored-by: Josh Gross <joshmgross@github.com>
This commit is contained in:
parent
8d06e6c094
commit
317b58f0d1
1 changed files with 7 additions and 3 deletions
10
.github/workflows/licensed.yml
vendored
10
.github/workflows/licensed.yml
vendored
|
@ -1,8 +1,12 @@
|
|||
name: Licensed
|
||||
|
||||
on:
|
||||
push: {branches: main}
|
||||
pull_request: {branches: main}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -17,4 +21,4 @@ jobs:
|
|||
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
|
||||
sudo tar -xzf licensed.tar.gz
|
||||
sudo mv licensed /usr/local/bin/licensed
|
||||
- run: licensed status
|
||||
- run: licensed status
|
||||
|
|
Loading…
Reference in a new issue