Skip to content

Commit 26bbb0e

Browse files
authored
chore: add publiccode checker
1 parent 5e13956 commit 26bbb0e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/pc-check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)