We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7017319 commit 27b04adCopy full SHA for 27b04ad
.github/workflows/build_docs.yaml
@@ -12,6 +12,8 @@ on:
12
jobs:
13
build_pywheels:
14
name: Build docs with Python ${{ matrix.python-version }} on ${{ matrix.os }}
15
+ permissions:
16
+ contents: read
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
.github/workflows/linting.yml
@@ -7,6 +7,8 @@ on:
7
8
ruff-check:
9
name: Run ruff lint and format checks
10
11
runs-on: ubuntu-latest
steps:
0 commit comments