From d4cc105c39644da9b99ff76366db7c15ef17c23e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 2 Jan 2024 09:16:14 +0100 Subject: [PATCH] Use upstream version of scalafmt GHA Since https://github.com/jrouly/scalafmt-native-action/issues/362 has been released --- .github/workflows/format.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 6b94e82..f19c0d1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,6 @@ jobs: persist-credentials: false - name: Check project is formatted - # https://github.com/jrouly/scalafmt-native-action/pull/363 - uses: raboof/scalafmt-native-action@0f1daa11b1b9abaa574aac6b24a26f14413fd7f8 + uses: jrouly/scalafmt-native-action@v3 with: arguments: '--list --mode diff-ref=origin/main'