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 23c5637 commit e8072cfCopy full SHA for e8072cf
.github/workflows/pr.yml
@@ -13,11 +13,11 @@ jobs:
13
- uses: actions/checkout@v2
14
with:
15
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"
+# - name: Format code
+# uses: axel-op/googlejavaformat-action@v3
+# with:
+# commitMessage: "chore(format): re-format code"
+# args: "--replace"
21
- name: Check commit format
22
uses: talos-systems/conform@v0.1.0-alpha.20
23
- uses: actions/cache@v2
0 commit comments