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 28, 2024
1 parent 9872e59 commit 353ce56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
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
cd i18n-check
git clone https://github.com/Blake-Madden/quneiform.git --recurse-submodules
cd quneiform
cmake ./
make -j4
cd ..
- name: analyze
run: |
# Just checking file format here
./i18n-check/bin/i18n-check ./ --ignore=i18n-check,tests -q -v --disable=notL10NAvailable -o i18nresults.txt
./iquneiform/bin/quneiform ./ --ignore=quneiform,tests -q -v --disable=notL10NAvailable -o i18nresults.txt
- name: review results
run: |
Expand Down

0 comments on commit 353ce56

Please sign in to comment.