Skip to content

Fix NO_COLOR not suppressing ANSI in help output (#499) #266

Fix NO_COLOR not suppressing ANSI in help output (#499)

Fix NO_COLOR not suppressing ANSI in help output (#499) #266

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install