Skip to content

Lazy and concurrent command buffer evaluation #158

Lazy and concurrent command buffer evaluation

Lazy and concurrent command buffer evaluation #158

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- "v*"
pull_request:
jobs:
format_and_compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
jvm: graalvm-java21
apps: sbt
- run: sbt "formatCheckAll; compile"