Skip to content

Update sclafmt plugin and sbt version #82

Update sclafmt plugin and sbt version

Update sclafmt plugin and sbt version #82

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
spark: ["2.4.8","3.0.3","3.1.3","3.2.1"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v10
- name: Test
run: sbt -Dspark.testVersion=${{ matrix.spark }} +test