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: |