Skip to content

Commit

Permalink
Update scalafmt-native-action
Browse files Browse the repository at this point in the history
So it picks up the version from .scalafmt.conf
  • Loading branch information
raboof committed Apr 6, 2024
1 parent 2857820 commit dd88fe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
persist-credentials: false

- name: Check project is formatted
uses: jrouly/scalafmt-native-action@v2
uses: jrouly/scalafmt-native-action@v3
with:
version: '3.7.11'
arguments: '--list --mode diff-ref=origin/main'

0 comments on commit dd88fe2

Please sign in to comment.