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 b6b82ec commit 729e94aCopy full SHA for 729e94a
.github/workflows/docs.yml
@@ -1,7 +1,7 @@
1
on:
2
pull_request:
3
branches:
4
- - main
+ - v1
5
name: docs
6
jobs:
7
docs:
.github/workflows/lint.yml
name: lint
lint:
.github/workflows/mypy.yml
name: mypy
mypy:
.github/workflows/unittest.yml
name: unittest
unit:
0 commit comments