File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
10
10
cancel-in-progress : true
11
11
jobs :
12
12
run-eslint :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-24.04
14
14
steps :
15
15
- uses : actions/checkout@v4
16
16
with :
23
23
- run : npm ci
24
24
- run : npx eslint --max-warnings 0 .
25
25
run-pre-commit :
26
- runs-on : ubuntu-latest
26
+ runs-on : ubuntu-24.04
27
27
steps :
28
28
- uses : actions/checkout@v4
29
29
with :
33
33
enable-cache : false
34
34
- run : uv tool run --from pre-commit@latest --with pre-commit-uv --no-cache --python 3.13 pre-commit run --all-files
35
35
run-tsc :
36
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-24.04
37
37
steps :
38
38
- uses : actions/checkout@v4
39
39
with :
Original file line number Diff line number Diff line change 6
6
workflow_dispatch :
7
7
jobs :
8
8
publish-vsce :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-24.04
10
10
if : ${{ github.repository_owner == 'djlint' }}
11
11
steps :
12
12
- uses : actions/checkout@v4
22
22
env :
23
23
VSCE_PAT : ${{ secrets.VSCE_PAT }}
24
24
publish-ovsx :
25
- runs-on : ubuntu-latest
25
+ runs-on : ubuntu-24.04
26
26
if : ${{ github.repository_owner == 'djlint' }}
27
27
steps :
28
28
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments