From 8321e25ca2d2f9f5559b320c220decc74ca32b1e Mon Sep 17 00:00:00 2001 From: Robbert Broersma Date: Thu, 14 Dec 2023 16:24:00 +0100 Subject: [PATCH] ci: validate publiccode.yml --- .github/workflows/continuous-deployment.yml | 3 +++ 1 file changed, 3 insertions(+) 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