Skip to content

Commit

Permalink
ci: alert only on lints introduced in this branch (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirtleshell authored Nov 4, 2024
1 parent 8776c95 commit 63c630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: load-version
run: |
GOLANGCI_VERSION=$(cat .golangci-version)
REV=$(git merge-base origin/master HEAD)
REV=$(git merge-base v0.26.2-iavl-v1 HEAD)
echo "GOLANGCI_VERSION=$GOLANGCI_VERSION" >> $GITHUB_ENV
echo "REV=$REV" >> $GITHUB_ENV
- name: golangci-lint
Expand Down

0 comments on commit 63c630e

Please sign in to comment.