From 09bd2b2c4b65199e7e6159d27e6906639001d4df Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 Jul 2026 15:35:16 +0200 Subject: [PATCH] build: Update workflow (#1883) --- .github/workflows/review.yml | 48 +----------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 21ae69b2..45f67a5d 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -11,50 +11,4 @@ permissions: jobs: review: name: review - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v7 - - parallel: - - - name: Hadolint - uses: reviewdog/action-hadolint@v1 - with: - level: warning - fail_level: error - reporter: github-pr-review - hadolint_ignore: DL3006 DL3008 - github_token: ${{ secrets.GITHUB_TOKEN }} - - - name: YamlLint - uses: reviewdog/action-yamllint@v1 - with: - level: warning - reporter: github-pr-review - github_token: ${{ secrets.GITHUB_TOKEN }} - - - name: ActionLint - uses: reviewdog/action-actionlint@v1 - with: - level: warning - reporter: github-pr-review - github_token: ${{ secrets.GITHUB_TOKEN }} - - - name: Shellformat - uses: reviewdog/action-shfmt@v1 - if: false - with: - level: warning - fail_on_error: "true" - shfmt_flags: "-i 2 -ci -bn" - github_token: ${{ secrets.GITHUB_TOKEN }} - - - name: Shellcheck - uses: reviewdog/action-shellcheck@v1 - with: - level: warning - fail_level: error - reporter: github-pr-review - shellcheck_flags: -x -e SC1091 -e SC2001 -e SC2002 -e SC2034 -e SC2064 -e SC2153 -e SC2317 -e SC2028 - github_token: ${{ secrets.GITHUB_TOKEN }} + uses: action-pack/.github/.github/workflows/review.yml@master