mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
ci: add publiccode.yml validation workflow
This commit is contained in:
parent
fb45fddfa9
commit
a964797bb3
1 changed files with 12 additions and 0 deletions
12
.github/workflows/publiccode-yml-validation.yml
vendored
Normal file
12
.github/workflows/publiccode-yml-validation.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: publiccode.yml validation
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
publiccode_yml_validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: italia/publiccode-parser-action@v1
|
||||
with:
|
||||
publiccode: 'publiccode.yml'
|
||||
Loading…
Reference in a new issue