mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-23 01:20:35 +00:00
ci: use ubuntu-slim for lint (#670)
This commit is contained in:
parent
b7ebb87b9d
commit
0d600a3328
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
|
@ -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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue