Skip to content

support sbt 2 plugin format #244

support sbt 2 plugin format

support sbt 2 plugin format #244

Workflow file for this run

name: Scalafmt
permissions: read-all
on:
pull_request:
branches: ['**']
jobs:
build:
name: Code is formatted
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
persist-credentials: false
- name: Check project is formatted
uses: jrouly/scalafmt-native-action@a9c8e1032a02004c425d53ef8ce420fe2179eba7 # v5
with:
arguments: '--list --mode diff-ref=origin/main'