You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/28 17:32:26 UTC

[camel] branch main updated: (chores) ci: run format and checkstyle builds regularly (fixed YAML formatting)

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 642e55a0a6e (chores) ci: run format and checkstyle builds regularly (fixed YAML formatting)
642e55a0a6e is described below

commit 642e55a0a6e315d265fa8c0e769b3ea9628d4a26
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Apr 28 19:32:17 2022 +0200

    (chores) ci: run format and checkstyle builds regularly (fixed YAML formatting)
---
 .github/workflows/main-checkstyle-build.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main-checkstyle-build.yml b/.github/workflows/main-checkstyle-build.yml
index 7aee25b0ae6..076497b39e3 100644
--- a/.github/workflows/main-checkstyle-build.yml
+++ b/.github/workflows/main-checkstyle-build.yml
@@ -45,8 +45,8 @@ jobs:
       - name: mvn sourcecheck
         run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log -Dmvnd.threads=2 -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -Psourcecheck -Dcheckstyle.failOnViolation=true -DskipTests checkstyle:checkstyle verify
       - name: archive logs
-          uses: actions/upload-artifact@v3
-          if: always()
-          with:
-            name: checkstyle.log
-            path: checkstyle.log
+        uses: actions/upload-artifact@v3
+        if: always()
+        with:
+          name: checkstyle.log
+          path: checkstyle.log