Skip to content

Commit

Permalink
fix: check from last commit in master
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMaidurov committed Feb 2, 2024
1 parent 8fa9b18 commit d1482db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
env:
REV: $(git rev-list --topo-order origin/master..HEAD | tail -1)
REV: $(git rev-parse origin/master)
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d1482db

Please sign in to comment.