Merge branch 'dev' into added-codeql

This commit is contained in:
Ruben Talstra 2025-05-22 10:36:14 +02:00 committed by GitHub
commit 74cdad76ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
158 changed files with 5793 additions and 965 deletions

View file

@ -29,5 +29,8 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: helm
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -22,7 +22,7 @@ jobs:
# Define paths
I18N_FILE="client/src/locales/en/translation.json"
SOURCE_DIRS=("client/src" "api")
SOURCE_DIRS=("client/src" "api" "packages/data-provider/src")
# Check if translation file exists
if [[ ! -f "$I18N_FILE" ]]; then