Skip to content

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

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 #104

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Checkstyle Adherence
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: Build with Gradle
run: ./gradlew checkstyleMain checkstyleTest