Skip to content

Commit

Permalink
Update scalafmt-native github action and remove hardcoded version
Browse files Browse the repository at this point in the history
(cherry picked from commit a66000d)
  • Loading branch information
mdedetrich committed Jan 7, 2024
1 parent 5063c50 commit e28d5ec
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 @@ -19,7 +19,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/1.0.x'

0 comments on commit e28d5ec

Please sign in to comment.