Skip to content

update CI scripts to match main build #31

update CI scripts to match main build

update CI scripts to match main build #31

Workflow file for this run

---
name: Code style analysis
on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- main
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: maven
- name: run code checkers
env:
MAVEN_CONFIG: "-B -fae"
run: |
make install-notests