mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
GitHub Actions: moved Error Prone checks to own workflow to reduce build time of CI workflow
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user