Skip to content

Commit 0d600a3

Browse files
authored
ci: use ubuntu-slim for lint (#670)
1 parent b7ebb87 commit 0d600a3

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)