From 2f7ca232d1fde6e7fb9a6c2480d7abc3712a35e1 Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:41:09 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20Fix=20trailing=20spaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format.yaml | 4 ++-- .github/workflows/lint.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 630e141..b69e05d 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Hack setup-python cache - run: touch ./requirements.txt + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: @@ -29,7 +29,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Hack setup-python cache - run: touch ./requirements.txt + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 1c51179..a459371 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -14,7 +14,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Hack setup-python cache - run: touch ./requirements.txt + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: