File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ src/axiomatic/client.py
4
4
src/axiomatic/document_helpers.py
5
5
src/axiomatic/magic.py
6
6
src/axiomatic/pic_helpers.py
7
- src/axiomatic/axtract/
7
+ src/axiomatic/axtract/
8
+ .github/workflows/ci.yml
Original file line number Diff line number Diff line change 3
3
on : [push]
4
4
jobs :
5
5
compile :
6
- runs-on : ubuntu-20.04
6
+ runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Checkout repo
9
9
uses : actions/checkout@v3
19
19
- name : Compile
20
20
run : poetry run mypy .
21
21
test :
22
- runs-on : ubuntu-20.04
22
+ runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repo
25
25
uses : actions/checkout@v3
39
39
publish :
40
40
needs : [compile, test]
41
41
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
- runs-on : ubuntu-20.04
42
+ runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Checkout repo
45
45
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments