diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index b630d91..e606385 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -24,14 +24,6 @@ jobs: - name: Check code formatting with Spotless run: mvn spotless:check - - name: Run static code analysis with PMD - run: mvn pmd:check - continue-on-error: true - - # - name: Check for vulnerabilities - # run: mvn dependency-check:check - # continue-on-error: true - - name: Run all tests with coverage run: mvn test jacoco:report