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 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : actions/setup-python@v4
35
+ - uses : actions/setup-python@v5
36
36
with :
37
- python-version : " 3.11 "
37
+ python-version : " 3.12 "
38
38
- run : pip install poetry
39
39
- run : make deps-py
40
40
- run : make lint-templates
45
45
runs-on : ubuntu-latest
46
46
steps :
47
47
- uses : actions/checkout@v4
48
- - uses : actions/setup-python@v4
48
+ - uses : actions/setup-python@v5
49
49
with :
50
- python-version : " 3.11 "
50
+ python-version : " 3.12 "
51
51
- run : pip install poetry
52
52
- run : make deps-py
53
53
- run : make lint-yaml
Original file line number Diff line number Diff line change 64
64
" @stylistic/media-query-list-comma-newline-before " : null
65
65
" @stylistic/media-query-list-comma-space-after " : null
66
66
" @stylistic/media-query-list-comma-space-before " : null
67
+ " @stylistic/named-grid-areas-alignment " : null
67
68
" @stylistic/no-empty-first-line " : null
68
69
" @stylistic/no-eol-whitespace " : true
69
70
" @stylistic/no-extra-semicolons " : true
You can’t perform that action at this time.
0 commit comments