From 54a5fb2ef8c0529209e157250c65ee7e88e5d750 Mon Sep 17 00:00:00 2001 From: "Enderson Menezes (Mr. Enderson)" Date: Fri, 12 Dec 2025 14:33:11 -0300 Subject: [PATCH] chore: change runner from ubuntu-latest to ubuntu-slim --- .github/workflows/spell-checking.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spell-checking.yaml b/.github/workflows/spell-checking.yaml index 0dee7b8..47b116e 100644 --- a/.github/workflows/spell-checking.yaml +++ b/.github/workflows/spell-checking.yaml @@ -13,7 +13,7 @@ on: # rebuild any PRs and main branch changes jobs: spellcheck: # run the action - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - uses: actions/checkout@v4 @@ -32,4 +32,4 @@ jobs: config: "./cspell.json" files: | **/*.{md,txt,json} - LICENSE \ No newline at end of file + LICENSE