Skip to content

Fixed #118: Added color constants #384

Fixed #118: Added color constants

Fixed #118: Added color constants #384

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- name: Compile & Test
run: bash ci.sh