Skip to content

Commit

Permalink
Update i18n-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored Dec 21, 2024
1 parent 43a1288 commit 4f9f5fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
name: i18n-check
name: quneiform
on: [push]

jobs:
build:
name: i18n-check
name: quneiform
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: install i18n-check
- name: install quneiform
run: |
git clone https://github.com/Blake-Madden/i18n-check.git --recurse-submodules
git clone https://github.com/Blake-Madden/quneiform.git --recurse-submodules
cd i18n-check
cmake ./
make -j4
cd ..
- name: analyze
run: |
# Ignore i18n-check's own folder.
# Ignore quneiform's own folder.
# You can ignore other folders by adding a comma and the folder name
# after "--ignore=i18n-check".
./i18n-check/bin/cuneiform ./src --ignore=import,i18n-check,math,debug,base/colors.h,base/colors.cpp -q --enable=allI18N,allCodeFormatting -o i18nresults.txt
# after "--ignore=quneiform".
./quneiform/bin/quneiform ./src --ignore=import,quneiform,math,debug,base/colors.h,base/colors.cpp -q --enable=allI18N,allCodeFormatting -o i18nresults.txt
- name: review results
run: |
Expand Down

0 comments on commit 4f9f5fa

Please sign in to comment.