We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e120c40 + 06cfa7b commit 29aecc0Copy full SHA for 29aecc0
.github/workflows/ci.yml
@@ -0,0 +1,8 @@
1
+name: ci
2
+on: [pull_request, push]
3
+jobs:
4
+ pytest:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v6
8
+ - run: pipx run pytest --doctest-modules
0 commit comments