diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a2da1e..5097a7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: uses: ./ with: version: 3.7.17 - arguments: '--list .github/workflows/ci/Good.scala' + arguments: '-c .github/workflows/ci/.scalafmt-v3.7.17.conf --list .github/workflows/ci/Good.scala' # For any merge to main, also trigger a force push to the release branch. # This creates a release candidate commit which can then be tagged and released. diff --git a/.github/workflows/ci/.scalafmt-v3.7.17.conf b/.github/workflows/ci/.scalafmt-v3.7.17.conf new file mode 100644 index 0000000..9e6b67e --- /dev/null +++ b/.github/workflows/ci/.scalafmt-v3.7.17.conf @@ -0,0 +1,2 @@ +version = 3.7.17 +runner.dialect = scala3