Skip to content

Update README.md

Update README.md #40

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- java: 8
- java: 17
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.java }}
- uses: jodersky/[email protected]
with:
mill-version: 0.11.2
- name: Build and Test
run: mill test