File tree Expand file tree Collapse file tree 2 files changed +32
-11
lines changed Expand file tree Collapse file tree 2 files changed +32
-11
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Pre-commit.ci
3
+
4
+ # yamllint disable-line rule:truthy
5
+ on :
6
+ push :
7
+ tags : ["*"]
8
+ branches :
9
+ - ros2
10
+
11
+ jobs :
12
+ main :
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v3
16
+ - uses : actions/setup-python@v4
17
+ with :
18
+ python-version : 3.x
19
+ -
uses :
pre-commit/[email protected]
20
+ -
uses :
pre-commit-ci/[email protected]
21
+ if : always()
Original file line number Diff line number Diff line change 12
12
#
13
13
# See https://github.com/pre-commit/pre-commit
14
14
---
15
- ci :
16
- autofix_commit_msg : |
17
- [pre-commit.ci] auto fixes from pre-commit.com hooks
18
-
19
- for more information, see https://pre-commit.ci
20
- autofix_prs : true
21
- autoupdate_branch : ros2
22
- autoupdate_commit_msg : " [pre-commit.ci] pre-commit autoupdate"
23
- autoupdate_schedule : weekly
24
- skip : []
25
- submodules : false
15
+ # ci:
16
+ # autofix_commit_msg: |
17
+ # [pre-commit.ci] auto fixes from pre-commit.com hooks
18
+
19
+ # for more information, see https://pre-commit.ci
20
+ # autofix_prs: true
21
+ # autoupdate_branch: ros2
22
+ # autoupdate_commit_msg: "[pre-commit.ci] pre-commit autoupdate"
23
+ # autoupdate_schedule: weekly
24
+ # skip: []
25
+ # submodules: false
26
26
27
27
repos :
28
28
# Standard hooks
You can’t perform that action at this time.
0 commit comments