Skip to content

Extended ProcessAid to all actor types. #46

Extended ProcessAid to all actor types.

Extended ProcessAid to all actor types. #46

Workflow file for this run

name: Leucine/JS
on:
push:
branches: [ "develop" ]
paths-ignore: [ "*.md"]
pull_request:
branches: [ "develop" ]
paths-ignore: [ "*.md"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Scala
uses: japgolly/setup-everything-scala@v3.1
- name: Run tests
run: sbt leucineJS/test