Skip to content

Commit e8072cf

Browse files
committed
Deactivate commit formatting
Note that this commit message intentionally doesn't follow the conventional commit format to check that it's properly handled by CI.
1 parent 23c5637 commit e8072cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
ref: ${{ github.head_ref }} # to avoid cloning in detached state (which would break committing)
16-
- name: Format code
17-
uses: axel-op/googlejavaformat-action@v3
18-
with:
19-
commitMessage: "chore(format): re-format code"
20-
args: "--replace"
16+
# - name: Format code
17+
# uses: axel-op/googlejavaformat-action@v3
18+
# with:
19+
# commitMessage: "chore(format): re-format code"
20+
# args: "--replace"
2121
- name: Check commit format
2222
uses: talos-systems/conform@v0.1.0-alpha.20
2323
- uses: actions/cache@v2

0 commit comments

Comments
 (0)