From 526cce156ec2cc13e80531bf0579354fc2c6709d Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 19 Apr 2023 01:30:59 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de88302..91a6c78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,5 @@ on: - [workflow_call] - push: - branches: [ master ] paths-ignore: - '**/*.md' - '.gitignore' @@ -11,7 +8,6 @@ on: - '.github/workflows/**' pull_request: - branches: [ master ] paths-ignore: - '**/*.md' - '.gitignore' @@ -23,12 +19,5 @@ name: "Test" permissions: {} 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