Skip to content

Commit

Permalink
chore: fix gitlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PengyuanZhao committed Oct 15, 2024
1 parent db78b1d commit 4e1a763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Install gitlint
shell: bash
run: |
python -m pip install gitlint
# python -m pip install gitlint
apt install python3-gitlint
- name: Run gitlint
shell: bash
Expand Down

0 comments on commit 4e1a763

Please sign in to comment.