Skip to content

Started to write code for deferring coefficient evaluation until cont… #135

Started to write code for deferring coefficient evaluation until cont…

Started to write code for deferring coefficient evaluation until cont… #135

Workflow file for this run

name: Lint
on:
push:
branches:
- scala
pull_request:
branches:
- scala
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Formatting
run: sbt scalafmtSbtCheck scalafmtCheck