We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6792e commit 4deedefCopy full SHA for 4deedef
.github/workflows/python-ci-docs.yml
@@ -45,3 +45,5 @@ jobs:
45
run: make docs-install
46
- name: Build docs
47
run: make docs-build
48
+ - name: Run linters
49
+ run: make lint
0 commit comments