Skip to content

fix(vscode): fix parsing of different version format (#1608) #1621

fix(vscode): fix parsing of different version format (#1608)

fix(vscode): fix parsing of different version format (#1608) #1621

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: Check i18n
permissions:
contents: read
jobs:
check_locale:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- 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_checker --profile dev
- name: Run the checker
run: topgrade_i18n_locale_checker --locale-file ./locales/app.yml --rust-src-to-check ./src