From 0f9dbbbcbf45c9e039845143ecf32c2ffeadbb10 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 01:32:32 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3047b4f..fef736a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,17 +11,10 @@ on: - '.github/workflows/**' jobs: - shellcheck: - name: Shellcheck - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run ShellCheck - uses: ludeeus/action-shellcheck@master - env: - SHELLCHECK_OPTS: -e SC2001 -e SC2002 -e SC2116 -e SC2034 -e SC1091 -e SC2143 -e SC2223 -e SC2086 -e SC2145 -e SC2015 -e SC2268 -e SC2207 -e SC2064 -e SC2162 -e SC2166 + check: + uses: ./.github/workflows/check.yml build: - needs: shellcheck + needs: check runs-on: ubuntu-latest permissions: packages: write