Skip to content

Commit 26e96dc

Browse files
authored
Merge pull request #321 from IdentityPython/pr-303
ci: add publiccode.yml validation workflow
2 parents e153c89 + 7bd2720 commit 26e96dc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: publiccode.yml validation
2+
3+
on: [pull_request, push]
4+
5+
jobs:
6+
publiccode_yml_validation:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: italia/publiccode-parser-action@v1
11+
with:
12+
publiccode: 'publiccode.yml'

0 commit comments

Comments
 (0)