Skip to content

feat: remove Sendable (#41) #78

feat: remove Sendable (#41)

feat: remove Sendable (#41) #78

Workflow file for this run

# Borrowed from https://github.com/mlutze/flix-json/blob/0c214fc693a86e84a5e0c86cb18acab4d6472685/.github/workflows/build-latest.yml
name: Build on Latest Release
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
build-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: zulu
- run: |
# download Flix JAR
curl -L https://github.com/flix/flix/releases/latest/download/flix.jar > flix.jar
# run tests
java -jar flix.jar test