diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 5c7abb49f..f19f9dbe7 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -48,6 +48,9 @@ jobs: run: | npm run lint --if-present + - name: "Continuous Integration: public code validator" + uses: nl-design-system/publiccode-parser-action@latest + - name: "Continuous Integration: build" run: | npm run build --if-present