Skip to content

Commit

Permalink
Check the editorconfig via Github-Action (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 21, 2024
1 parent dcce870 commit d28133b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
./gradlew publishToMavenLocal
cd ..
- name: Build with Maven
run: mvn install
run: |
mvn install
mvn editorconfig:check
- name: Cache SBT
uses: actions/cache@v3
with:
Expand Down

0 comments on commit d28133b

Please sign in to comment.