Skip to content

Commit

Permalink
build: introduce commit msg checker
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed May 27, 2024
1 parent 88ab0b4 commit 4bd30b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
java-package: jdk
architecture: x64
cache: maven
- name: Commit message style check
run: |
chmod +x .git-hooks/commit-msg
./commit-msg
- name: Codestyle check
run: mvn -B spotless:check --errors
- name: Build Slimefun
Expand Down

0 comments on commit 4bd30b5

Please sign in to comment.