This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-http.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 060613865 update format check to use 1.0.x branch (#301)
060613865 is described below
commit 060613865457d9e50037781b2428a4db3014b68d
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 11 12:41:19 2023 +0100
update format check to use 1.0.x branch (#301)
---
.github/workflows/format.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index ca6a5f014..c18c75d68 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -22,4 +22,4 @@ jobs:
uses: jrouly/scalafmt-native-action@v2
with:
version: '3.7.11'
- arguments: '--list --mode diff-ref=origin/main'
+ arguments: '--list --mode diff-ref=origin/1.0.x'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]