File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ any problems it might discover.
66
77Want to make a perfect pull request?
88
9- • Keep the pull request reasonably sized. Creating more pull request is sometimes better.
9+ • Keep the pull request reasonably sized. Creating more pull requests is sometimes better.
1010• Describe what the pull request does and what issues it does address.
1111• Ensure that lint and unit tests pass.
1212• Add tests that prove that the fix is effective or that the new feature works.
Original file line number Diff line number Diff line change 3333 - name : Setup Python
3434 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3535 with :
36- python-version : 3.13 || 3.14
36+ python-version : ' 3.14 '
3737
3838 - name : Install deps
3939 env :
Original file line number Diff line number Diff line change 4141 - name : Setup Python
4242 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4343 with :
44- python-version : 3.13 || 3.14
44+ python-version : ' 3.14 '
4545 - uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
4646 with :
4747 enable-cache : false
Original file line number Diff line number Diff line change 1919 - name : Setup Python
2020 uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2121 with :
22- python-version : 3.13 || 3.14
22+ python-version : ' 3.14 '
2323 - uses : astral-sh/setup-uv@eb1897b8dc4b5d5bfe39a428a8f2304605e0983c # v7.0.0
2424 - name : build
2525 run : uv build
Original file line number Diff line number Diff line change 9898 autoupdate_schedule : quarterly
9999 skip :
100100 - gitleaks-docker
101+ - reuse
You can’t perform that action at this time.
0 commit comments