Skip to content

Commit

Permalink
check templates
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 14, 2024
1 parent 83c0ce8 commit b9e4919
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
run: |
docker run -v $PWD:/cfg $image --checkconfig -c /cfg/$folder/de \
&& docker run -v $PWD:/cfg $image --checkconfig -c /cfg/$folder/en
- name: check templates
run: |
(cd $folder/de && find . -name "_templates.csv" -exec cut -d ',' -f 1-3 \{\} \;) | sed -e 's#-So#-Su#g' > templ.de \
&& (cd $folder/en && find . -name "_templates.csv" -exec cut -d ',' -f 1-3 \{\} \;) > templ.en \
&& diff templ.de templ.en
-
name: dump json
run: |
Expand Down

0 comments on commit b9e4919

Please sign in to comment.