mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix CI/CD command
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user