diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml deleted file mode 100644 index 8ac3845..0000000 --- a/.github/workflows/shellcheck.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Shellcheck -on: - push: - paths: - - 'bin/*.sh' -jobs: - shellcheck: - name: Shellcheck - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Shellcheck - run: find bin/ -name "*.sh" | grep -v "install-wp-tests.sh" | xargs shellcheck \ No newline at end of file