Skip to content

Commit

Permalink
ci: correct checker binary name (#926)
Browse files Browse the repository at this point in the history
* ci: correct checker binary name

* ci: correct checker binary name
  • Loading branch information
SteveLauC authored Oct 6, 2024
1 parent a021441 commit 4c793b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main

name: Check i18n locale file
name: Check i18n

jobs:
check_locale:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Install checker
# Build it with the dev profile as this is faster and the checker still works
run: |
cargo install --git https://github.com/topgrade-rs/topgrade_i18n_locale_file_checker --profile dev
cargo install --git https://github.com/topgrade-rs/topgrade_i18n_locale_checker --profile dev
- name: Run the checker
run: topgrade_i18n_locale_file_checker ./locales/app.yml
run: topgrade_i18n_locale_checker --locale-file ./locales/app.yml --rust-src-to-check ./src

0 comments on commit 4c793b0

Please sign in to comment.