Skip to content

Commit 7cd0ec0

Browse files
committed
Enabling formatting for TestNG
1 parent b1f6a10 commit 7cd0ec0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/java.yml

+11
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ jobs:
4444
skip-commit: true
4545
- name: Print diffs
4646
run: git --no-pager diff --exit-code
47+
formatting-testng:
48+
runs-on: ubuntu-latest
49+
steps:
50+
- uses: actions/checkout@v3
51+
- uses: axel-op/googlejavaformat-action@v3
52+
with:
53+
args: "--replace"
54+
files: "java/testng/**/*.java"
55+
skip-commit: true
56+
- name: Print diffs
57+
run: git --no-pager diff --exit-code
4758
main:
4859
runs-on: ubuntu-latest
4960
steps:

0 commit comments

Comments
 (0)