diff options
author | Jan Wagner <waja@cyconet.org> | 2023-10-18 11:02:14 (GMT) |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-31 01:17:38 (GMT) |
commit | e6a2c045ec570fe1ce367a25148ba08c6096203c (patch) | |
tree | 705f21aada7b0b5991e3256d8946fc5962ca47a3 /.github | |
parent | 77e38ac1c025b8431d1834a2c1059f9677c78ab1 (diff) | |
download | monitoring-plugins-e6a2c045ec570fe1ce367a25148ba08c6096203c.tar.gz |
CI: Remove translation checks
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bbe053..c4975f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -20,7 +20,7 @@ jobs: | |||
20 | - name: Codespell | 20 | - name: Codespell |
21 | uses: codespell-project/actions-codespell@v2 | 21 | uses: codespell-project/actions-codespell@v2 |
22 | with: | 22 | with: |
23 | skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in" | 23 | skip: "./.git,./.gitignore,./ABOUT-NLS,./gl,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in" |
24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac | 24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac |
25 | check_filenames: true | 25 | check_filenames: true |
26 | check_hidden: true | 26 | check_hidden: true |
@@ -74,10 +74,6 @@ jobs: | |||
74 | /bin/sh -c '${{ matrix.prepare }} && \ | 74 | /bin/sh -c '${{ matrix.prepare }} && \ |
75 | tools/setup && \ | 75 | tools/setup && \ |
76 | ./configure --enable-libtap --with-ipv6=no && \ | 76 | ./configure --enable-libtap --with-ipv6=no && \ |
77 | set -x && \ | ||
78 | tmp_dir=$(mktemp -d -t test-XXXX) && cp -a po/ $tmp_dir/ && \ | ||
79 | cd po && make update-po && cd .. && \ | ||
80 | diff -Nur $tmp_dir/po/*.po po/*.po | tee -a /tmp/po.diff && diff -Nur $tmp_dir/po/*.pot po/*.pot | tee -a /tmp/po.diff && if [ $(wc -l /tmp/po.diff | cut -f 1 -d" ") -gt 0 ]; then echo "Error: Translations needs to be updated with make update-po!" && exit 1; fi && \ | ||
81 | make && \ | 77 | make && \ |
82 | make test && \ | 78 | make test && \ |
83 | make dist && \ | 79 | make dist && \ |