Skip to content

The conference article list may as well be here #455

The conference article list may as well be here

The conference article list may as well be here #455

Workflow file for this run

name: Habitus CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Run tests
run: sbt test