-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
7 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,30 +15,6 @@ defaults: | |
shell: bash | ||
|
||
jobs: | ||
run-checkstyle: | ||
name: Run CheckStyle | ||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Clone source code | ||
uses: actions/[email protected] # https://github.com/actions/checkout | ||
with: | ||
# Whether to configure the token or SSH key with the local git config. Default: true | ||
persist-credentials: false | ||
- name: Install JDK | ||
uses: actions/[email protected] # https://github.com/actions/setup-java | ||
with: | ||
distribution: 'adopt' # https://github.com/actions/setup-java#supported-distributions | ||
java-version: '8' # https://github.com/actions/setup-java#supported-version-syntax | ||
- name: Restore existing cache | ||
uses: actions/[email protected] # https://github.com/actions/cache | ||
with: | ||
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#input-parameters-for-the-cache-action | ||
key: maven-repository-${{ hashFiles('pom.xml') }} | ||
path: ~/.m2/repository | ||
restore-keys: maven-repository- | ||
- name: Run CheckStyle | ||
run: ./src/main/scripts/execute-command.sh checkstyle | ||
|
||
run-pmd: | ||
name: Run PMD | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.