File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,18 +25,15 @@ jobs:
2525 runs-on : ubuntu-latest
2626 name : publiccode.yml validation
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v5
2929 - uses : italia/publiccode-parser-action@v1
3030 with :
31- publiccode : ' publiccode.yml' # relative path to your publiccode.yml
32- comment-on-pr : true
33- env :
34- REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
31+ publiccode : ' publiccode.yml'
3532` ` `
3633
37- ### No comments in PR
34+ ### Comments in the PR
3835
39- If you don't want this action to report results as comments in the pull request:
36+ If you want this action to report results as inline comments in the pull request:
4037
4138` ` ` yml
4239on : [pull_request]
@@ -46,10 +43,13 @@ jobs:
4643 runs-on : ubuntu-latest
4744 name : publiccode.yml validation
4845 steps :
49- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v5
5047 - uses : italia/publiccode-parser-action@v1
5148 with :
52- publiccode : ' publiccode.yml'
49+ publiccode : ' publiccode.yml' # relative path to your publiccode.yml
50+ comment-on-pr : true
51+ env :
52+ REVIEWDOG_GITHUB_API_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5353` ` `
5454
5555## Contributing
You can’t perform that action at this time.
0 commit comments