Skip to content

Commit

Permalink
ci: disable linter for PRs (#67)
Browse files Browse the repository at this point in the history
we are in a refactoring period and it is safe to ignore linter errors at this stage since some related code will be changed.
  • Loading branch information
ilgooz authored Jul 28, 2020
1 parent 066ca0a commit 486f397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
# This workflow is run on every pull request and push to master
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
on:
pull_request:
# pull_request:
push:
branches:
- master
Expand Down

0 comments on commit 486f397

Please sign in to comment.