File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 actionlint :
1212 runs-on : ubuntu-latest
13+ permissions :
14+ contents : read
1315 steps :
1416 - uses : actions/checkout@v4
1517 - name : Download actionlint
Original file line number Diff line number Diff line change 99 build-n-publish :
1010 name : Build and publish Python 🐍 distributions 📦 to PyPI
1111 runs-on : ubuntu-latest
12+ permissions :
13+ contents : read
1214 steps :
1315 - uses : actions/checkout@v4
1416 with :
Original file line number Diff line number Diff line change 1414 lint :
1515 name : Linting through pre-commit
1616 runs-on : ubuntu-latest
17+ permissions :
18+ contents : read
1719 steps :
1820 - uses : actions/checkout@v4
1921 - name : Setup Python
Original file line number Diff line number Diff line change 1515 tests :
1616 name : " Python ${{ matrix.python-version }} on ${{ matrix.os }}"
1717 runs-on : ${{ matrix.os }}
18+ permissions :
19+ contents : read
1820 strategy :
1921 fail-fast : false
2022 matrix :
Original file line number Diff line number Diff line change 1313jobs :
1414 type-checking :
1515 runs-on : ubuntu-latest
16+ permissions :
17+ contents : read
1618 timeout-minutes : 15
1719 strategy :
1820 matrix :
You can’t perform that action at this time.
0 commit comments