Skip to content

Merge pull request #7 from xuwei-k/procedure-syntax #5

Merge pull request #7 from xuwei-k/procedure-syntax

Merge pull request #7 from xuwei-k/procedure-syntax #5

Workflow file for this run

on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 8
distribution: adopt
- uses: sbt/setup-sbt@v1
- run: sbt test