We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e13956 commit 26bbb0eCopy full SHA for 26bbb0e
1 file changed
.github/workflows/pc-check.yml
@@ -0,0 +1,12 @@
1
+on:
2
+ workflow_dispatch:
3
+
4
+jobs:
5
+ publiccode_yml_validation:
6
+ runs-on: ubuntu-latest
7
+ name: publiccode.yml validation
8
+ steps:
9
+ - uses: actions/checkout@v5
10
+ - uses: italia/publiccode-parser-action@v1
11
+ with:
12
+ publiccode: 'publiccode.yml'
0 commit comments