This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new a66000d0f Update scalafmt-native github action and remove hardcoded
version
a66000d0f is described below
commit a66000d0f481a71bf36ecb1cb24e97e25d7d0eaa
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Jan 8 10:21:53 2024 +1100
Update scalafmt-native github action and remove hardcoded version
---
.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 21219254f..4b6cd464a 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -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/main'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]