From e85fb280ad949674e90068cc4bf5a1d0ce439be7 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Mon, 27 Apr 2026 16:37:28 +0900 Subject: [PATCH] ci: use ubuntu-slim for lint --- .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 3ea2a87f..3eacac77 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: # by the push to the branch. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository - runs-on: ubuntu-latest + runs-on: ubuntu-slim steps: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1