Skip to content

Commit e85fb28

Browse files
committed
ci: use ubuntu-slim for lint
1 parent 94242eb commit e85fb28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# by the push to the branch.
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-slim
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1

0 commit comments

Comments
 (0)