Skip to content

Commit

Permalink
Add gitlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
fghaas committed Oct 7, 2024
1 parent 2296dbc commit 813ad3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
with:
# Checkout a pull request's HEAD commit instead of the merge
# commit, so that gitlint lints the correct commit message.
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 813ad3c

Please sign in to comment.