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 0cdc874 commit 54e63eaCopy full SHA for 54e63ea
.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