Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed May 29, 2024
1 parent db182e1 commit e44f1fb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publiccode-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [pull_request]

jobs:
publiccode_validation:
runs-on: ubuntu-latest
name: publiccode validation
steps:
- uses: actions/checkout@v2
- uses: italia/publiccode-parser-action@v1
with:
publiccode: 'publiccode.yml' # relative path to your publiccode.yml
comment-on-pr: true
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e44f1fb

Please sign in to comment.