diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1baf6fa..162eb6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,6 @@ jobs: - name: Install dependencies 🔧 run: sudo apt-get install flake8 - - name: 🛎️ Checkout - uses: actions/checkout@v4 - # Check Bash scripts - name: Bash 🔎 run: shellcheck *.sh