Skip to content

Chore: Configure LZ4 capability conflict resolution (#7) #18

Chore: Configure LZ4 capability conflict resolution (#7)

Chore: Configure LZ4 capability conflict resolution (#7) #18

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
steps:
# Set fetch-depth: 0 to fetch commit history and tags for use in version calculation
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build with Gradle
uses: hypertrace/github-actions/gradle@main
with:
args: build