From bf257c07a3281c1e16749e424bc640518b214b84 Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:37:11 +0100 Subject: [PATCH 1/4] =?UTF-8?q?ci:=20=F0=9F=A4=96=20Fix=20python=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/format.yaml | 6 ++++++ .github/workflows/lint.yaml | 3 +++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 930d1bf..630e141 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -11,9 +11,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Hack setup-python cache + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: + python-version: '3.13' cache: pip - name: Install yamlfix run: pip install yamlfix @@ -25,9 +28,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Hack setup-python cache + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: + python-version: '3.13' cache: pip - name: Install Mdformat run: pip install mdformat diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 67587bc..1c51179 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,9 +13,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + - name: Hack setup-python cache + run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 with: + python-version: '3.13' cache: pip - name: Install yamllint run: pip install yamllint 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 2/4] =?UTF-8?q?ci:=20=F0=9F=A4=96=20Fix=20trailing=20space?= =?UTF-8?q?s?= 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: From 5e6ce104e169dbea039575a6b54446357293f81c Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:45:38 +0100 Subject: [PATCH 3/4] Update format.yaml --- .github/workflows/format.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index b69e05d..10864b8 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Hack setup-python cache + - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Hack setup-python cache + - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5 From 31d669bd941c4303f7a67ceec482658880e4b1bd Mon Sep 17 00:00:00 2001 From: frack113 <62423083+frack113@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:45:57 +0100 Subject: [PATCH 4/4] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a459371..f16a3f7 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - - name: Hack setup-python cache + - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python uses: actions/setup-python@v5