From 9c63b1ff381941c35ff71b08dc7d7494343051e1 Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:22:56 -0500 Subject: [PATCH] Update i18n-check.yml --- .github/workflows/i18n-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-check.yml b/.github/workflows/i18n-check.yml index 0b177e2..8d3802a 100644 --- a/.github/workflows/i18n-check.yml +++ b/.github/workflows/i18n-check.yml @@ -23,7 +23,7 @@ jobs: run: | # just analyze code formatting while we are here cd bin - ./cuneiform ../src --ignore=cxxopts,utfcpp --enable=allCodeFormatting -q -o i18nresults.txt + ./quneiform ../src --ignore=cxxopts,utfcpp --enable=allCodeFormatting -q -o i18nresults.txt - name: review results run: |