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 08cd7ac commit 9fdb324Copy full SHA for 9fdb324
.github/workflows/ci.yml
@@ -5,6 +5,16 @@ on: ["push", "pull_request"]
5
permissions: {}
6
7
jobs:
8
+
9
+ pre-commit:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13
+ with:
14
+ persist-credentials: false
15
+ - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
16
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
17
18
test-linux-macos:
19
runs-on: ${{ matrix.os }}
20
strategy:
0 commit comments