Skip to content

Add CONTRIBUTING.md along with code style tasks #143

Add CONTRIBUTING.md along with code style tasks

Add CONTRIBUTING.md along with code style tasks #143

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