File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -372,43 +372,3 @@ jobs:
372372 - name : Reverse patch
373373 run : |
374374 docker compose exec phpfpm patch --strip=1 --verbose --input=${{ matrix.patch }} --reverse
375-
376- check-translations :
377- runs-on : ubuntu-latest
378- steps :
379- - uses : actions/checkout@v4
380- - uses : arduino/setup-task@v2
381- with :
382- repo-token : ${{ secrets.GITHUB_TOKEN }}
383-
384- - name : Install site
385- run : |
386- docker network create frontend
387- task site-install --yes
388-
389- - name : Extract translations
390- run : |
391- task translations:extract
392-
393- - run : |
394- task translations:diff
395-
396- check-config-translations :
397- runs-on : ubuntu-latest
398- steps :
399- - uses : actions/checkout@v4
400- - uses : arduino/setup-task@v2
401- with :
402- repo-token : ${{ secrets.GITHUB_TOKEN }}
403-
404- - name : Install site
405- run : |
406- docker network create frontend
407- task site-install --yes
408-
409- - name : Export config translations
410- run : |
411- task config-translations:export
412-
413- - run : |
414- task translations:diff
You can’t perform that action at this time.
0 commit comments