Skip to content

Simplify symbolism typeclasses and clean up some warnings #364

Simplify symbolism typeclasses and clean up some warnings

Simplify symbolism typeclasses and clean up some warnings #364

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
- name: Mill Build
run: ./mill soundness.all.compile