We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4111ef9 commit b8cefdbCopy full SHA for b8cefdb
.fernignore
@@ -4,4 +4,5 @@ src/axiomatic/client.py
4
src/axiomatic/document_helpers.py
5
src/axiomatic/magic.py
6
src/axiomatic/pic_helpers.py
7
-src/axiomatic/axtract/
+src/axiomatic/axtract/
8
+.github/workflows/ci.yml
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: ci
3
on: [push]
jobs:
compile:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout repo
9
uses: actions/checkout@v3
0 commit comments