diff --git a/.github/workflows/poeditor.yml b/.github/workflows/poeditor.yml index fc5e258b97..5e8ce563c7 100644 --- a/.github/workflows/poeditor.yml +++ b/.github/workflows/poeditor.yml @@ -1,4 +1,4 @@ -name: POEditor Locales +name: POEditor Locale Download and Audit on: schedule: @@ -55,3 +55,6 @@ jobs: milestone: ${{ steps.package-version.outputs.current-version}} title: "${{ steps.package-version.outputs.current-version}} POEditor Update - ${{ steps.date.outputs.date }}" commit-message: 'Locale Gen & Download on ${{ steps.date.outputs.date }}' + + - name: Audit locales from POEditor + run: npm run locale-audit \ No newline at end of file