Skip to content

Update sbt-scalafix, scalafix-core to 0.14.0 #77

Update sbt-scalafix, scalafix-core to 0.14.0

Update sbt-scalafix, scalafix-core to 0.14.0 #77

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coursier/setup-action@v1
with:
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- name: Run tests
working-directory: ./scalafix
run: sbt test