Skip to content

fix: correct expression hierarchy, cycle detection, and AST capture #4

fix: correct expression hierarchy, cycle detection, and AST capture

fix: correct expression hierarchy, cycle detection, and AST capture #4

name: Main Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '25'
distribution: 'zulu'
cache: 'maven'
- name: Build and Test
run: ./mvnw clean install