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 69394c7 commit d1f7d01Copy full SHA for d1f7d01
.github/workflows/checks.yaml
.github/workflows/pr.yaml
@@ -16,7 +16,7 @@ concurrency:
16
jobs:
17
pr-builder:
18
needs:
19
- - checks
+ - pre-commit
20
- compute-matrix
21
- build-conda
22
- test-conda
@@ -31,8 +31,14 @@ jobs:
31
- coverage-report
32
secrets: inherit
33
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
34
- checks:
35
- uses: ./.github/workflows/checks.yaml
+ pre-commit:
+ runs-on: ubuntu-latest
36
+ steps:
37
+ - uses: actions/checkout@v4
38
+ - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
39
+ - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd
40
+ with:
41
+ extra_args: --all-files --show-diff-on-failure
42
compute-matrix:
43
runs-on: ubuntu-latest
44
outputs:
0 commit comments