From: Daan De Meyer Date: Fri, 25 Mar 2022 11:50:15 +0000 (+0100) Subject: ci: Remove shellcheck step X-Git-Tag: v13~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b766d973b741a75a7ef88f652e16e43859f359fb;p=thirdparty%2Fmkosi.git ci: Remove shellcheck step We don't have any scripts to check anymore. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5ef700b6..1332c57d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,11 +91,6 @@ jobs: ./tools/generate-zipapp.sh ./builddir/mkosi -h - - name: Test shell scripts - run: | - sudo apt-get update && sudo apt-get install --no-install-recommends shellcheck - bash -c 'set globstar; shellcheck mkosi/**/*.sh' - integration-test: runs-on: ubuntu-20.04 needs: unit-test