Skip to content

Commit

Permalink
SP-560
Browse files Browse the repository at this point in the history
added checkstyle
  • Loading branch information
dszubart committed May 12, 2023
1 parent 73ffc22 commit dfb032e
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn compile
- name: Run mvn test
run: mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn test
- name: Run mvn checkstyle check
run: mvn --batch-mode -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn checkstyle:check

6 changes: 6 additions & 0 deletions bitpay_sdk.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="CheckStyle-IDEA-Module" serialisationVersion="2">
<option name="activeLocationsIds" />
</component>
</module>
Loading

0 comments on commit dfb032e

Please sign in to comment.