Skip to content

Unit-Test Workflows and CodeQL workflows #12

Unit-Test Workflows and CodeQL workflows

Unit-Test Workflows and CodeQL workflows #12

Workflow file for this run

name: Check Format
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
- name: Build with Gradle
run: ./gradlew spotlessCheck