diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0f1d5e..148df94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: # to be missing after the checkout run: | apt-get -qq -y update - apt-get -qq -y install git shellcheck + apt-get -qq -y install shellcheck git init . - name: Lint with Shellcheck run: |