Skip to content

chore: add .claude to .gitignore and untrack settings file #114

chore: add .claude to .gitignore and untrack settings file

chore: add .claude to .gitignore and untrack settings file #114

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- name: Build
run: ./gradlew clean build