From afe769d9154eb4237d92a7125df4c1a007782bc3 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 3 Oct 2024 13:44:48 -0500 Subject: [PATCH] remove unnecessary checkout step --- .github/workflows/integration.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 6e055bb..0fc7d78 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -14,9 +14,6 @@ jobs: runs-on: ${{ matrix.os }} steps: - - name: Checkout repository - uses: actions/checkout@v2 - - name: Run Integration if: ${{ !contains(matrix.os, 'windows') }} run: curl -sSL https://raw.githubusercontent.com/Xevion/spotify-player-quickauth/refs/heads/master/run.sh | sh