Skip to content

Add scalafmt workflow #1

Add scalafmt workflow

Add scalafmt workflow #1

Workflow file for this run

name: Check scalafmt on push
on:
push:
branches:
- master
pull_request:
jobs:
scalafmt-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Checking your code to see if u r naughty or nice
uses: openlawteam/scalafmt-ci@v2
with:
args: "--exclude=third_party --list"