Skip to content

Commit

Permalink
fixing code formatter for java
Browse files Browse the repository at this point in the history
  • Loading branch information
madhuredra committed Sep 23, 2023
1 parent 0b1ede9 commit c6aa21c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javaBuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clang format linter
name: Clang format linter for Java

on:
push:
Expand All @@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: './src'
source: '../Java'
extensions: 'java'
clangFormatVersion: 16

0 comments on commit c6aa21c

Please sign in to comment.