Skip to content

feat: allow saving written books to a file #97

feat: allow saving written books to a file

feat: allow saving written books to a file #97

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Run Build
run: ./gradlew chiseledBuild