Skip to content

Commit 0fa4176

Browse files
authored
chore: add publiccode checker
1 parent a2df7ac commit 0fa4176

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/pc-check.yml

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

0 commit comments

Comments
 (0)