Skip to content

Update sbt-scalafmt from 2.5.0 to 2.5.2 #267

Update sbt-scalafmt from 2.5.0 to 2.5.2

Update sbt-scalafmt from 2.5.0 to 2.5.2 #267

Workflow file for this run

name: Continuous Integration
on:
workflow_call:
pull_request:
branches: ['*']
push:
branches: ['*']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@v3
- uses: coursier/cache-action@v6
with:
extraKey: ${{ runner.os }}
- uses: coursier/setup-action@v1
with:
jvm: adopt:1.8
- name: Build, test, and package project
run: bin/sbt clean compile test package makePom