Skip to content

Commit

Permalink
do not check commit message. This commit message is very long - so lo…
Browse files Browse the repository at this point in the history
…ng that it would be flagged by the regular commit message check!
  • Loading branch information
ahrens committed Sep 24, 2020
1 parent 22da26b commit 798a133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
sh ./autogen.sh
./configure
- name: Checkstyle
- name: Codecheck
run: |
make checkstyle
make codecheck
- name: Lint
run: |
make lint

0 comments on commit 798a133

Please sign in to comment.