Skip to content

Add IBM Semeru (OpenJ9) to the index #330

Add IBM Semeru (OpenJ9) to the index

Add IBM Semeru (OpenJ9) to the index #330

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 11
- run: ./scala-cli.sh compile .
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
jvm: 11
- run: ./scala-cli.sh fmt . --check