Skip to content

Update sbt-ci-release to 1.9.0 #273

Update sbt-ci-release to 1.9.0

Update sbt-ci-release to 1.9.0 #273

Workflow file for this run

name: Release
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: 'Linter: Scalafix checks'
run: sbt "scalafixAll --check"
- uses: olafurpg/setup-scala@v10
- run: sbt test scripted publishLocal