Skip to content

Commit 282e3f7

Browse files
[ci] Add publiccode.yml validation workflow
[skip ci] --------- Co-authored-by: publiccode-pr-bot <[email protected]> Co-authored-by: Federico Capoano <[email protected]>
1 parent 18052d6 commit 282e3f7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
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)