Skip to content

Update scalafmt-core to 3.9.3 (#292) #397

Update scalafmt-core to 3.9.3 (#292)

Update scalafmt-core to 3.9.3 (#292) #397

Workflow file for this run

name: Test
on:
push:
branches: [master]
tags: [ v* ]
pull_request:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.20", "2.13.16", "3.6.3"]
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: coursier/cache-action@v6
- uses: olafurpg/setup-scala@v12
- name: Test
run: sbt "++${{matrix.scalaVersion}} test"
# - name: Debug over SSH (tmate)
# # if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true