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"