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 d211307 commit f0188c6Copy full SHA for f0188c6
.github/workflows/docs.yml
@@ -2,6 +2,10 @@ on:
2
pull_request:
3
branches:
4
- main
5
+
6
+permissions:
7
+ contents: read
8
9
name: docs
10
jobs:
11
docs:
.github/workflows/lint.yml
name: lint
lint:
.github/workflows/mypy.yml
name: mypy
mypy:
.github/workflows/unittest.yml
@@ -5,6 +5,9 @@ on:
12
unit-prerelease:
13
name: prerelease_deps
0 commit comments