File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - " *.toml"
99 - " *.py"
1010 - " .*"
11- branches : [master]
11+ branches : [ master ]
1212 pull_request :
1313 paths :
1414 - " discord/**"
@@ -140,16 +140,16 @@ jobs:
140140 runs-on : ${{ matrix.os }}
141141 strategy :
142142 matrix :
143- os : [ubuntu-latest, windows-latest, macos-latest]
144- python-version : ["3.10", "3.11", "3.12", "3.13"]
143+ os : [ ubuntu-latest, windows-latest, macos-latest ]
144+ python-version : [ "3.10", "3.11", "3.12", "3.13" ]
145145 steps :
146146 - name : " Checkout Repository"
147147 uses : actions/checkout@v6
148148
149149 - name : " Setup Python"
150150 uses : actions/setup-python@v6
151151 with :
152- python-version : " 3.13 "
152+ python-version : ${{ matrix.python-version }}
153153 cache : " pip"
154154 cache-dependency-path : " pyproject.toml"
155155
@@ -163,7 +163,7 @@ jobs:
163163 run : tox
164164 tests-pass : # ref: https://github.com/orgs/community/discussions/4324#discussioncomment-3477871
165165 runs-on : ubuntu-latest
166- needs : [tests]
166+ needs : [ tests ]
167167 if : always() && github.event_name != 'schedule'
168168 steps :
169169 - name : Tests succeeded
You can’t perform that action at this time.
0 commit comments