Skip to content

馃敡 ad all issues to a personal project board #370

馃敡 ad all issues to a personal project board

馃敡 ad all issues to a personal project board #370

Workflow file for this run

name: All Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: All Tests
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw verify
- name: Check clean git state
run: ./.github/workflows/check-clean-git-state.sh