Add CI/CD job

This commit is contained in:
Matej Bačo
2025-08-12 14:14:07 +02:00
parent 626f7c754c
commit c3665c35ff
+6 -1
View File
@@ -13,4 +13,9 @@ jobs:
- name: Run CodeQL
run: |
docker run --rm -v $PWD:/app composer:2.6 sh -c \
"composer install --profile --ignore-platform-reqs && composer check"
"composer install --profile --ignore-platform-reqs && composer check"
- 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"