Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
khezen committed Apr 16, 2020
1 parent 6fb403a commit 7b4cb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git checkout FETCH_HEAD
- name: linter
if: github.event == 'pull_request'
if: github.event_name == '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 7b4cb27

Please sign in to comment.