We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a5c5e commit 06cfa7bCopy full SHA for 06cfa7b
1 file changed
.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