IT AINT BROKEN NOW (jar still broken)
This commit is contained in:
14
.pre-commit-config.yaml
Normal file
14
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.3.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: gradle-test
|
||||
name: test with this project's gradlew
|
||||
entry: ./gradlew test
|
||||
language: system
|
||||
types: [java]
|
||||
pass_filenames: false
|
||||
Reference in New Issue
Block a user