Skip to content

Update sbt-mima-plugin to 1.1.3 #18

Update sbt-mima-plugin to 1.1.3

Update sbt-mima-plugin to 1.1.3 #18

Workflow file for this run

name: Check scalafmt on push
on:
push:
branches:
- "**"
tags-ignore:
- "**"
jobs:
scalafmt-lint:
name: Scalafmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checking your scala code formatting
uses: GarnerCorp/scalafmt-ci@main
with:
args: "--test"
version: 3.8.1