tweak workflow name and remove unnecessary step id

This commit is contained in:
Trevor Fitzgerald
2025-12-09 19:12:16 -05:00
parent f4918f88d4
commit e43cdca07a
+1 -2
View File
@@ -1,4 +1,4 @@
name: Lint translations
name: Translations
on:
push:
@@ -42,7 +42,6 @@ jobs:
- run: pnpm i18n-file-gen
- run: ./ui/build --i18n
- name: i18n files up-to-date check
id: check_changes
run: |
git status --porcelain
if [[ -n $(git status --porcelain) ]]; then