File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : i18n-check
1+ name : quneiform
22on : [push]
33
44jobs :
55 build :
6- name : i18n-check
6+ name : quneiform
77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
1010
11- - name : install i18n-check
11+ - name : install quneiform
1212 run : |
13- git clone https://github.com/Blake-Madden/i18n-check .git --recurse-submodules
14- cd i18n-check
13+ git clone https://github.com/Blake-Madden/quneiform .git --recurse-submodules
14+ cd quneiform
1515 cmake ./
1616 make -j4
1717 cd ..
1818
1919 - name : analyze
2020 run : |
2121 # Just checking file format here
22- ./i18n-check /bin/i18n-check ./ --ignore=i18n-check ,tests -q -v --disable=notL10NAvailable -o i18nresults.txt
22+ ./iquneiform /bin/quneiform ./ --ignore=quneiform ,tests -q -v --disable=notL10NAvailable -o i18nresults.txt
2323
2424 - name : review results
2525 run : |
You can’t perform that action at this time.
0 commit comments