diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml deleted file mode 100644 index 4c34ec7..0000000 --- a/.github/workflows/shellcheck.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: ShellCheck CI - -on: - push: - branches: [ master, feature/* ] - pull_request: - branches: [ master ] - -jobs: - shellcheck: - runs-on: deploy - container: - image: koalaman/shellcheck-alpine:stable # imagem oficial do shellcheck - - steps: - - name: Checkout - run: | - git clone http://10.11.10.71:3000/${{ gitea.repository }}.git . - git checkout ${{ gitea.sha }} - - - name: Run ShellCheck - run: | - find . -name "*.sh" \ - -not -path "./logs/*" \ - -exec shellcheck --severity=warning {} + \ No newline at end of file