Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
Checkpatch is not even used in this project.
  • Loading branch information
rettichschnidi committed Apr 23, 2021
1 parent ec6fa57 commit 6e19254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
run: |
pip3 install gitlint
- name: Check commits with checkpatch
- name: Check commits with gitlint
run: |
tools/ci/run_ci.sh --branch-target origin/${{ github.base_ref }} --run-gitlint

0 comments on commit 6e19254

Please sign in to comment.