File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
2020jobs :
2121 analyze :
2222 name : Analyze
23- runs-on : ubuntu-20.04
23+ runs-on : ubuntu-latest
2424
2525 strategy :
2626 fail-fast : false
Original file line number Diff line number Diff line change 55
66jobs :
77 header-license-fix :
8- runs-on : ubuntu-20.04
8+ runs-on : ubuntu-latest
99
1010 permissions :
1111 contents : write
Original file line number Diff line number Diff line change 1919 fail-fast : false
2020 matrix :
2121 os : [ubuntu-latest, windows-latest, macos-latest]
22- python-version : ["3.8 ", "3.12"]
22+ python-version : ["3.9 ", "3.12"]
2323 include :
2424 - os : windows-latest
2525 python-version : " 3.9"
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def get(
170170 page_config ["treePath" ] = tree_path
171171
172172 # Write the template with the config.
173- tpl = self .render_template ("index.html" , page_config = page_config ) # type:ignore[no-untyped-call]
173+ tpl = self .render_template ("index.html" , page_config = page_config )
174174 self .write (tpl )
175175
176176
You can’t perform that action at this time.
0 commit comments