From 0a16b13764fcee6c73ec21b12fe4bb4b0ef29aa5 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 9 Jan 2021 17:38:39 -0500 Subject: [PATCH] remove github action --- .github/workflows/shfmt.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/shfmt.yml diff --git a/.github/workflows/shfmt.yml b/.github/workflows/shfmt.yml deleted file mode 100644 index 71c23ec..0000000 --- a/.github/workflows/shfmt.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: sh-checker -on: - - pull_request -jobs: - sh-checker: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Run the sh-checker - uses: luizm/action-sh-checker@v0.1.7 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - sh_checker_comment: true