Skip to content

Commit d4cc105

Browse files
committed
Use upstream version of scalafmt GHA
Since jrouly/scalafmt-native-action#362 has been released
1 parent 4e16ca2 commit d4cc105

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/format.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Check project is formatted
21-
# https://github.com/jrouly/scalafmt-native-action/pull/363
22-
uses: raboof/scalafmt-native-action@0f1daa11b1b9abaa574aac6b24a26f14413fd7f8
21+
uses: jrouly/scalafmt-native-action@v3
2322
with:
2423
arguments: '--list --mode diff-ref=origin/main'

0 commit comments

Comments
 (0)