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 54d1d36 commit 56115bdCopy full SHA for 56115bd
.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
run-unittests:
13
name: unit${{ matrix.option }}-${{ matrix.python }}
0 commit comments