GitHub Actions: moved Error Prone checks to own workflow to reduce build time of CI workflow

This commit is contained in:
Karl Tauber
2025-10-28 17:47:40 +01:00
parent 5263125a04
commit c583a21bf7
2 changed files with 37 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ on:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
@@ -35,10 +34,6 @@ jobs:
distribution: temurin # pre-installed on ubuntu-latest
cache: gradle
- name: Check with Error Prone
if: github.repository == 'JFormDesigner/FlatLaf'
run: ./gradlew errorprone clean
# test against
# - Java 8 (minimum requirement)