Skip to content

Commit

Permalink
Fixed formatting CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshSK17 committed Apr 8, 2024
1 parent b246561 commit 1c71ee9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Run formatting
uses: axel-op/googlejavaformat-action@v3
with:
args: "--skip-sorting-imports --replace"
args: "--replace"
skip-commit: true
- name: Print diffs
run: git --no-pager diff

0 comments on commit 1c71ee9

Please sign in to comment.