File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed
Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- #!/usr/bin/python
1+ #!/usr/bin/env python
22
33from __future__ import annotations
44
Original file line number Diff line number Diff line change 1515jobs :
1616 issue-event :
1717 name : Process
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-slim
1919 outputs :
2020 bot-user : ${{ steps.bot-user.outputs.username }}
2121 steps :
Original file line number Diff line number Diff line change 1616jobs :
1717 pr-event :
1818 name : Process
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-slim
2020 steps :
2121 - name : Get bot username
2222 id : bot-user
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313jobs :
1414 pre-commit :
1515 name : Rerun pre-commit checks
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-slim
1717 steps :
1818 - name : Check out repo
1919 uses : actions/checkout@v5
3030 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
3131 - name : Run pre-commit hooks
3232 run : pre-commit run -a --show-diff-on-failure --color=always
33+
3334 setup :
3435 name : Set up
3536 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212jobs :
1313 pre-commit :
1414 name : Rerun pre-commit checks
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-slim
1616 steps :
1717 - name : Check out repo
1818 uses : actions/checkout@v5
2929 key : pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
3030 - name : Run pre-commit hooks
3131 run : pre-commit run -a --show-diff-on-failure --color=always
32+
3233 setup :
3334 name : Set up
3435 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2424jobs :
2525 update :
2626 name : Update
27- runs-on : ubuntu-latest
27+ runs-on : ubuntu-slim
2828 steps :
2929 - name : Update Python
3030 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments