diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2021-07-13 08:34:56 +1000 |
| commit | 02e2aebc49d793fa2100a3504cf8b991d4e384ac (patch) | |
| tree | 2793ffc8577071add3f45508320cfa0c5175a893 /.github/workflows/reviewdog.yml | |
| parent | 5c2b402a8aaa2d1693f64f2ca6576597bf28b339 (diff) | |
Remove Github workflows
Diffstat (limited to '.github/workflows/reviewdog.yml')
| -rw-r--r-- | .github/workflows/reviewdog.yml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml deleted file mode 100644 index 2ed1824..0000000 --- a/.github/workflows/reviewdog.yml +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: ReviewDog -on: - push: - branches: - - master - pull_request: -jobs: - golangci-lint: - name: runner / golangci-lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: reviewdog/action-golangci-lint@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - misspell: - name: runner / misspell - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: reviewdog/action-misspell@v1 - with: - github_token: ${{ secrets.GItHUB_TOKEN }} - shellcheck: - name: runner / shellcheck - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: reviewdog/action-shellcheck@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-review |
