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 b8cefdb commit ae19611Copy full SHA for ae19611
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Compile
20
run: poetry run mypy .
21
test:
22
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
23
steps:
24
- name: Checkout repo
25
uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
39
publish:
40
needs: [compile, test]
41
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
42
43
44
45
0 commit comments