File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit = */tests/*
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
lint :
23
23
name : Python ${{ matrix.python }}
24
- runs-on : ubuntu-20.04
24
+ runs-on : ubuntu-latest
25
25
strategy :
26
26
matrix :
27
27
python :
30
30
- ' x64'
31
31
steps :
32
32
- name : Checkout Repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python }}
35
- uses : actions/setup-python@v3
35
+ uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ${{ matrix.python }}
38
38
architecture : ${{ matrix.arch }}
Original file line number Diff line number Diff line change 32
32
default_packages : st3
33
33
- build : 4107
34
34
default_packages : v4107
35
- - build : latest
36
- default_packages : master
37
35
steps :
38
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
39
37
- uses : SublimeText/syntax-test-action@v2
40
38
with :
41
39
build : ${{ matrix.build }}
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
matrix :
29
29
st-version : [3, 4]
30
30
steps :
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
- uses : SublimeText/UnitTesting/actions/setup@v1
33
33
with :
34
34
sublime-text-version : ${{ matrix.st-version }}
35
35
- uses : SublimeText/UnitTesting/actions/run-tests@v1
36
36
with :
37
37
coverage : true
38
- codecov-upload : true
38
+ - uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Python
21
- uses : actions/setup-python@v2
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ' 3.8'
24
24
- name : Install MkDocs
You can’t perform that action at this time.
0 commit comments