Skip to content

Merge pull request #98 from kmizu/pr/ln-as-semicolon #23

Merge pull request #98 from kmizu/pr/ln-as-semicolon

Merge pull request #98 from kmizu/pr/ln-as-semicolon #23

Workflow file for this run

name: onion
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'sbt'
- name: Tests
run: sbt ++ test