Skip to content

Fix the build, configure checks, and update README #12

Fix the build, configure checks, and update README

Fix the build, configure checks, and update README #12

Workflow file for this run

name: Check static analysis and compilation
on: pull_request
jobs:
check:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
- run: |-
./gradlew build