Skip to content

Commit

Permalink
Update Locale Action to run audit post download
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Mar 2, 2025
1 parent b7c20be commit 96b8558
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/poeditor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: POEditor Locales
name: POEditor Locale Download and Audit

on:
schedule:
Expand Down Expand Up @@ -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

0 comments on commit 96b8558

Please sign in to comment.