File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212 cron-tests :
1313 name : Tox env ${{ matrix.python }}-${{ matrix.toxenv }}
1414 runs-on : ${{ matrix.os }}
15+ permissions :
16+ contents : read
1517 strategy :
1618 matrix :
1719 os : [ubuntu-latest]
Original file line number Diff line number Diff line change 1414 ci-tests :
1515 name : Tox env ${{ matrix.python }}-${{ matrix.toxenv }}
1616 runs-on : ${{ matrix.os }}
17+ permissions :
18+ contents : read
1719 strategy :
1820 matrix :
1921 os : [ubuntu-latest]
4345 os-tests :
4446 name : Python ${{ matrix.python }} on ${{ matrix.os }}
4547 runs-on : ${{ matrix.os }}
48+ permissions :
49+ contents : read
4650 strategy :
4751 # set this to false for now so windows failures don't prevent macos test from finishing
4852 fail-fast : false
6670
6771 conda :
6872 runs-on : ubuntu-latest
73+ permissions :
74+ contents : read
6975 steps :
7076 - uses : actions/checkout@v3
7177 - name : Conda environment check
8187
8288 codestyle :
8389 runs-on : ubuntu-latest
90+ permissions :
91+ contents : read
8492 steps :
8593 - uses : actions/checkout@v3
8694 - name : Python codestyle check
You can’t perform that action at this time.
0 commit comments