Skip to content

Commit

Permalink
fix 3.7.17 integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouly committed Jan 1, 2024
1 parent d494f58 commit 3d9bdf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci/.scalafmt-v3.7.17.conf
@@ -0,0 +1,2 @@
version = 3.7.17
runner.dialect = scala3

0 comments on commit 3d9bdf2

Please sign in to comment.