Skip to content

dark theme kinda works but its not integrated with the stupid graph l… #8

dark theme kinda works but its not integrated with the stupid graph l…

dark theme kinda works but its not integrated with the stupid graph l… #8

Workflow file for this run

#source, modified from: https://github.com/gradle/actions
name: Java CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build