Skip to content

Bump com.ginsberg:junit5-system-exit from 1.1.2 to 2.0.2 #110

Bump com.ginsberg:junit5-system-exit from 1.1.2 to 2.0.2

Bump com.ginsberg:junit5-system-exit from 1.1.2 to 2.0.2 #110

Workflow file for this run

# This workflow will build a Java project and Run PMD against Best Practices
name: PMD Best Practices
on:
push:
branches: [ main, proceeding, betterment ]
pull_request:
branches: [ main, proceeding, betterment ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup asdf and install tools
uses: asdf-vm/actions/install@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
- name: Run PMD on sources
run: ./gradlew pmdMain