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.
2 parents 956cc02 + 0f0048f commit 759765cCopy full SHA for 759765c
.github/workflows/reviewdog.yml
@@ -6,6 +6,20 @@ permissions:
6
contents: read
7
8
jobs:
9
+ pre-commit:
10
+ name: precommit
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ with:
15
+ fetch-depth: 0
16
+ - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
17
18
+ python-version: "3.x"
19
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
20
21
+ extra_args: --hook-stage manual --all-files
22
+
23
ruff:
24
name: ruff
25
runs-on: ubuntu-latest
0 commit comments