File tree Expand file tree Collapse file tree 3 files changed +14
-53
lines changed Expand file tree Collapse file tree 3 files changed +14
-53
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 50
50
files : |
51
51
# These paths are unique to `on-pr.yml`.
52
52
.github/scripts/levelization/**
53
- .github/workflows/check-format.yml
54
53
.github/workflows/check-levelization.yml
55
54
.github/workflows/notify-clio.yml
56
55
.github/workflows/on-pr.yml
57
- .clang-format
58
- .pre-commit-config.yaml
59
56
60
57
# Keep the paths below in sync with those in `on-trigger.yml`.
61
58
.github/actions/build-deps/**
93
90
outputs :
94
91
go : ${{ steps.go.outputs.go == 'true' }}
95
92
96
- check-format :
97
- needs : should-run
98
- if : needs.should-run.outputs.go == 'true'
99
- uses : ./.github/workflows/check-format.yml
100
-
101
93
check-levelization :
102
94
needs : should-run
103
95
if : needs.should-run.outputs.go == 'true'
@@ -130,7 +122,6 @@ jobs:
130
122
if : failure() || cancelled()
131
123
needs :
132
124
- build-test
133
- - check-format
134
125
- check-levelization
135
126
runs-on : ubuntu-latest
136
127
steps :
Original file line number Diff line number Diff line change
1
+ name : Run pre-commit hooks
2
+
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches : [develop, release, master]
7
+ workflow_dispatch :
8
+
9
+ jobs :
10
+ run-hooks :
11
+ uses : XRPLF/actions/.github/workflows/pre-commit.yml@af1b0f0d764cda2e5435f5ac97b240d4bd4d95d3
12
+ with :
13
+ runs_on : ubuntu-latest
14
+ container : ' { "image": "ghcr.io/xrplf/ci/tools-rippled-pre-commit" }'
You can’t perform that action at this time.
0 commit comments