From 60add02d0e6cda128dcd042603364714381fadfc Mon Sep 17 00:00:00 2001 From: Ron Jaegers Date: Wed, 21 Sep 2022 09:31:18 +0200 Subject: [PATCH 1/4] linting-formatting.yml: Don't lint pushes to main --- .github/workflows/linting-formatting.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 2747c9b7..5986df0b 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -2,8 +2,6 @@ name: Linting & Formatting on: - push: - branches: [main] pull_request: types: [opened, synchronize, reopened] @@ -37,5 +35,5 @@ jobs: megalinter-reports - uses: reviewdog/action-suggester@v1.6 with: - tool_name: reviewdog-suggester + tool_name: MegaLinter filter_mode: diff_context From 2639be7d30aec9cfc9b301adea98620275e6b3f0 Mon Sep 17 00:00:00 2001 From: Ron Jaegers Date: Wed, 21 Sep 2022 09:42:28 +0200 Subject: [PATCH 2/4] linting-formatting.yml: try sans artifact upload --- .github/workflows/linting-formatting.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 5986df0b..9848974a 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -26,13 +26,6 @@ jobs: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload Linter artifacts - if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v3 - with: - name: linter - path: | - megalinter-reports - uses: reviewdog/action-suggester@v1.6 with: tool_name: MegaLinter From a76810fd0ae43631758998964b85ba4aac1f0a65 Mon Sep 17 00:00:00 2001 From: Ron Jaegers Date: Wed, 21 Sep 2022 10:19:24 +0200 Subject: [PATCH 3/4] Revert "linting-formatting.yml: try sans artifact upload" This reverts commit 2639be7d30aec9cfc9b301adea98620275e6b3f0. --- .github/workflows/linting-formatting.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 9848974a..5986df0b 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -26,6 +26,13 @@ jobs: APPLY_FIXES: all VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload Linter artifacts + if: ${{ success() }} || ${{ failure() }} + uses: actions/upload-artifact@v3 + with: + name: linter + path: | + megalinter-reports - uses: reviewdog/action-suggester@v1.6 with: tool_name: MegaLinter From ef189b9869f17acc49cbfe3de3f376af0fdd65d1 Mon Sep 17 00:00:00 2001 From: Ron Jaegers Date: Wed, 21 Sep 2022 11:04:08 +0200 Subject: [PATCH 4/4] README.md: fix repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7acbfadc..f0b47c2f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ FetchContent_Declare( FetchContent_Declare( halst - GIT_REPOSITORY https://github.com/philips-internal/amp-hal-st.git + GIT_REPOSITORY https://github.com/philips-software/amp-hal-st.git GIT_TAG main )