Skip to content

Add initial content for the Chords library #2

Add initial content for the Chords library

Add initial content for the Chords library #2

Workflow file for this run

name: CI Build (under Ubuntu)
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Build all libraries
run: ./gradlew clean build --stacktrace