Skip to content

Commit ac2b654

Browse files
authored
Add a publiccode.yml validator on pull requests (#80)
1 parent 3e04107 commit ac2b654

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
on: [pull_request]
2+
3+
jobs:
4+
publiccode_yml_validation:
5+
runs-on: ubuntu-latest
6+
name: publiccode.yml validation
7+
steps:
8+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
9+
- uses: italia/publiccode-parser-action@360aac457ebcdee729754996a1816df662879cb0 #v4.3.6
10+
with:
11+
publiccode: 'publiccode.yml'
12+
comment-on-pr: true
13+
env:
14+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)