Java 14 sort, SMB3 shuffle, & bugfixes galore #141
Workflow file for this run
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
name: checkstyle | |
on: [pull_request, push, workflow_dispatch] | |
jobs: | |
checkstyle: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK 8 | |
uses: actions/[email protected] | |
with: | |
java-version: 8 | |
distribution: zulu | |
- name: Run checkstyle with Maven | |
run: mvn -Dcheckstyle.violationSeverity=warning checkstyle:check |