We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e153c89 + 7bd2720 commit 26e96dcCopy full SHA for 26e96dc
1 file changed
.github/workflows/publiccode-yml-validation.yml
@@ -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