From b871a3aeab249ca4b9be77e283f2ef9abcc0ee96 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sat, 9 Apr 2022 09:50:56 +0200 Subject: [PATCH] remove shell-linter --- .github/workflows/shell-linter.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/shell-linter.yml diff --git a/.github/workflows/shell-linter.yml b/.github/workflows/shell-linter.yml deleted file mode 100644 index 5723da403..000000000 --- a/.github/workflows/shell-linter.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Shell-Linter - -on: - workflow_dispatch: - push: - pull_request: - -jobs: - Shell-Linter: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Run ShellCheck - uses: azohra/shell-linter@latest - with: - path: "*.ebuild" - exclude-paths: "opencv, pillow, numpy"