Skip to content

Commit

Permalink
Merge pull request #76 from aljoshare/ci/fix-convco-check
Browse files Browse the repository at this point in the history
Fix convco check job
  • Loading branch information
aljoshare committed Sep 4, 2023
2 parents 00cdda3 + a1f115b commit c72ed18
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: 0
- 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 -n 50
convco check

0 comments on commit c72ed18

Please sign in to comment.