Skip to content

Attempting to fix tarsosdsp errors, and fix actions #2

Attempting to fix tarsosdsp errors, and fix actions

Attempting to fix tarsosdsp errors, and fix actions #2

Workflow file for this run

name: checkstyle
on: [pull_request, push, workflow_dispatch]
jobs:
checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/[email protected]
with:
java-version: 17
distribution: zulu
- name: Run checkstyle with Maven
run: mvn -Dcheckstyle.violationSeverity=warning checkstyle:check