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
44src/axiomatic/document_helpers.py
55src/axiomatic/magic.py
66src/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 33on : [push]
44jobs :
55 compile :
6- runs-on : ubuntu-20.04
6+ runs-on : ubuntu-latest
77 steps :
88 - name : Checkout repo
99 uses : actions/checkout@v3
1919 - name : Compile
2020 run : poetry run mypy .
2121 test :
22- runs-on : ubuntu-20.04
22+ runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout repo
2525 uses : actions/checkout@v3
3939 publish :
4040 needs : [compile, test]
4141 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42- runs-on : ubuntu-20.04
42+ runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout repo
4545 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments