Skip to content

Commit

Permalink
Updating linting rules to use checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaytotomato committed Jul 23, 2024
1 parent 93a0ef0 commit c56b798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Install Maven dependencies
run: mvn install -DskipTests

- name: Lint code
run: mvn checkstyle:check
- name: Lint code with Checkstyle
run: mvn checkstyle:check -Dcheckstyle.config.location=checkstyle.xml

- name: Build with Maven
run: mvn compile
Expand Down

0 comments on commit c56b798

Please sign in to comment.