Skip to content

fix squash command detection #43

fix squash command detection

fix squash command detection #43

Workflow file for this run

name: Build
on:
pull_request:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v6
- name: set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: 21
- name: Assemble & Linters
run: ./gradlew :linkReleaseExecutableLinuxArm64