Skip to content

Commit

Permalink
Fix self-lint on master branch
Browse files Browse the repository at this point in the history
Fix commit range.
  • Loading branch information
at-wat committed Jan 7, 2020
1 parent 51336d8 commit 4085000
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 @@ -26,7 +26,7 @@ jobs:
export TRAVIS_COMMIT_RANGE=origin/${{ github.base_ref }}...origin/${{ github.head_ref }}
else
git fetch --depth=50 origin ${{ github.ref }}
export TRAVIS_COMMIT_RANGE=$(git log --format="%H" | tail -n1)...origin/${{ github.ref }}
export TRAVIS_COMMIT_RANGE=$(git log --format="%H" | tail -n1)...${{ github.ref }}
fi
git log --oneline --graph ${TRAVIS_COMMIT_RANGE}
.github/lint-commit-message.sh

0 comments on commit 4085000

Please sign in to comment.