From e6a2c045ec570fe1ce367a25148ba08c6096203c Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 18 Oct 2023 13:02:14 +0200 Subject: CI: Remove translation checks 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: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in" + skip: "./.git,./.gitignore,./ABOUT-NLS,./gl,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in" ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac check_filenames: true check_hidden: true @@ -74,10 +74,6 @@ jobs: /bin/sh -c '${{ matrix.prepare }} && \ tools/setup && \ ./configure --enable-libtap --with-ipv6=no && \ - set -x && \ - tmp_dir=$(mktemp -d -t test-XXXX) && cp -a po/ $tmp_dir/ && \ - cd po && make update-po && cd .. && \ - 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 && \ make && \ make test && \ make dist && \ -- cgit v0.10-9-g596f