Remove hard-coded scalafmt version (#901)
Since `scalafmt-native-action v3` the scalafmt version will be picked up from the `.scalafmt.conf` file. Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
This commit is contained in:
parent
5cb7ad7d75
commit
cda63179fc
1 changed files with 1 additions and 2 deletions
3
.github/workflows/format.yml
vendored
3
.github/workflows/format.yml
vendored
|
|
@ -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.14'
|
||||
arguments: '--list --mode diff-ref=origin/main'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue