Fix CI/CD command

This commit is contained in:
Matej Bačo
2025-08-12 15:18:31 +02:00
parent b816557970
commit 6eaa2015b0
+1 -1
View File
@@ -18,4 +18,4 @@ jobs:
- name: Run Locale check
run: |
docker run --rm -v $PWD:/app node:24-alpine sh -c \
"cd .github/workflows/static-analysis/locale && node index.js"
"cd /app/.github/workflows/static-analysis/locale && node index.js"