Skip to content

Commit

Permalink
ci(lint): fix convco check job
Browse files Browse the repository at this point in the history
Signed-off-by: Aljoscha Poertner <aljoscha.poertner@proton.me>
  • Loading branch information
aljoshare committed Sep 4, 2023
1 parent d7f9abf commit 24d5afc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 1
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
Expand All @@ -44,4 +47,5 @@ jobs:
version: latest
- name: Check if all commits are conventional
run: |
git --no-pager log --decorate=short --pretty=oneline -n10
convco check

0 comments on commit 24d5afc

Please sign in to comment.