remove unnecessary checkout step

This commit is contained in:
2024-10-03 13:44:48 -05:00
parent a892070314
commit afe769d915

View File

@@ -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