Skip to content

Commit

Permalink
Add 'test-publiccode' test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlauciani committed Sep 13, 2024
1 parent 8efcc5a commit 48d7a05
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,16 @@ jobs:
destination_container_repo: ${{ env.IMAGE_NAME }}
readme_file: 'README.md'
short_description: 'Python code to calculate ML with different methods and attenuation functions.'

test-publiccode:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run publiccode parser
run: |
docker run -i --rm italia/publiccode-parser-go /dev/stdin < publiccode.yml

0 comments on commit 48d7a05

Please sign in to comment.