File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 # Checks that version number has been updated
1313 package-quality-control :
14+ permissions :
15+ contents : read
1416 runs-on : ubuntu-latest
1517 steps :
1618 - name : Checkout Current PR Branch
1921 uses : actions/setup-python@v5
2022 - name : Check for Changed Files
2123 id : changed-files
22- uses : tj-actions/changed-files@v44
24+ uses : tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
2325 with :
2426 files : |
2527 pyproject.toml
Original file line number Diff line number Diff line change 55
66jobs :
77 pyright :
8+ permissions :
9+ contents : read
810
911 runs-on : ubuntu-latest
1012 steps :
1921 hatch env create dev
2022 - run : echo "$(hatch env find dev)/bin" >> $GITHUB_PATH
2123 - name : Run pyright
22- uses : jakebailey/pyright-action@v2.3.1
24+ uses : jakebailey/pyright-action@vb5d50e5cde6547546a5c4ac92e416a8c2c1a1dfe
Original file line number Diff line number Diff line change 88
99jobs :
1010 pytest :
11+ permissions :
12+ contents : read
1113
1214 runs-on : ${{ matrix.os }}
1315 strategy :
Original file line number Diff line number Diff line change 55
66jobs :
77 ruff :
8+ permissions :
9+ contents : read
810
911 runs-on : ubuntu-latest
1012 steps :
You can’t perform that action at this time.
0 commit comments