Skip to content

Commit

Permalink
skip linter on push
Browse files Browse the repository at this point in the history
  • Loading branch information
khezen committed Apr 16, 2020
1 parent 153ce14 commit 6fb403a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
git checkout FETCH_HEAD
- name: linter
if: github.event == 'pull_request'
working-directory: ${{ env.WORKDIR }}
run: |
LINTER=$LINTER$( { golangci-lint run --modules-download-mode vendor || true; } 2>&1 );
Expand Down

0 comments on commit 6fb403a

Please sign in to comment.