Skip to content

Stricter typing in the runtime library #41

Stricter typing in the runtime library

Stricter typing in the runtime library #41

Workflow file for this run

name: Build
on:
push:
branches: [ main, feat/* ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
jdk: [ 8, 11, 17 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
- uses: gradle/gradle-build-action@v2
with:
arguments: build