From a1712cb6d958f0267708a6af13e26d369ce5e2cb Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 14 Apr 2026 22:03:29 +0200 Subject: [PATCH] Run patch format check on `ubuntu-slim` --- .github/workflows/checkformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkformat.yml b/.github/workflows/checkformat.yml index 3760fba7..755d6a22 100644 --- a/.github/workflows/checkformat.yml +++ b/.github/workflows/checkformat.yml @@ -9,7 +9,7 @@ env: jobs: checkformat: - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout repo uses: actions/checkout@v6