From a6d3e79970c17c9a5f98e62a6ef68f05b8205e58 Mon Sep 17 00:00:00 2001 From: Nils Date: Mon, 8 Apr 2024 16:51:58 +0200 Subject: [PATCH] checkout fix --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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