ci: correct checker binary name (#926)
* ci: correct checker binary name * ci: correct checker binary name
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
name: Check i18n locale file
|
||||
name: Check i18n
|
||||
|
||||
jobs:
|
||||
check_locale:
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user