ci: use ubuntu-slim for lint

This commit is contained in:
Inada Naoki 2026-04-27 16:37:28 +09:00
parent 94242eb0e9
commit e85fb280ad

View file

@ -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