Skip to content

Move scala-steward to GitHub Actions #39

Move scala-steward to GitHub Actions

Move scala-steward to GitHub Actions #39

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