Skip to content

chore: bump flix-json version #138

chore: bump flix-json version

chore: bump flix-json version #138

Workflow file for this run

name: Build on Latest Release
# Controls when the workflow will run
on:
pull_request:
branches: [ master ]
jobs:
build-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
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 --github-token ${{ github.token }}