File tree Expand file tree Collapse file tree 6 files changed +597
-513
lines changed Expand file tree Collapse file tree 6 files changed +597
-513
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v4
35- - uses : actions/setup-python@v4
35+ - uses : actions/setup-python@v5
3636 with :
37- python-version : " 3.11 "
37+ python-version : " 3.12 "
3838 - run : pip install poetry
3939 - run : make deps-py
4040 - run : make lint-templates
4545 runs-on : ubuntu-latest
4646 steps :
4747 - uses : actions/checkout@v4
48- - uses : actions/setup-python@v4
48+ - uses : actions/setup-python@v5
4949 with :
50- python-version : " 3.11 "
50+ python-version : " 3.12 "
5151 - run : pip install poetry
5252 - run : make deps-py
5353 - run : make lint-yaml
Original file line number Diff line number Diff line change 6464 " @stylistic/media-query-list-comma-newline-before " : null
6565 " @stylistic/media-query-list-comma-space-after " : null
6666 " @stylistic/media-query-list-comma-space-before " : null
67+ " @stylistic/named-grid-areas-alignment " : null
6768 " @stylistic/no-empty-first-line " : null
6869 " @stylistic/no-eol-whitespace " : true
6970 " @stylistic/no-extra-semicolons " : true
You can’t perform that action at this time.
0 commit comments