Skip to content

Partial solution to not needing proxies, working through inlining issues #374

Partial solution to not needing proxies, working through inlining issues

Partial solution to not needing proxies, working through inlining issues #374

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
java-version: [email protected]
- name: Compile & Test
run: bash ci.sh