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 df58a93 commit 90e38c3Copy full SHA for 90e38c3
.github/workflows/test_and_deploy.yml
@@ -19,6 +19,19 @@ concurrency:
19
cancel-in-progress: true
20
21
jobs:
22
+ pre-commit:
23
+ name: precommit
24
+ runs-on: ubuntu-latest
25
+ steps:
26
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ with:
28
+ fetch-depth: 0
29
+ - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
30
31
+ python-version: "3.x"
32
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
33
34
+ extra_args: --hook-stage manual --all-files
35
test:
36
name: ${{ matrix.platform }} py${{ matrix.python-version }}
37
runs-on: ${{ matrix.platform }}
0 commit comments