build: check paths on github

This commit is contained in:
Jacob Overgaard
2024-07-03 11:57:03 +02:00
parent 1ad8f7db03
commit 02f37a211a

View File

@@ -36,6 +36,7 @@ jobs:
- run: npm ci --no-audit --no-fund --prefer-offline
- run: npm run lint:errors
- run: npm run build:for:cms
- run: npm run check:paths
- run: npm run generate:jsonschema:dist
test: