mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
2ef422e064
Personally, I can't stand working without a VCS hook anymore. It saves me so much time in context switches from revisiting and revising PRs when I see that the CI run is red. Much better to fail before I push so I can revise while the relevant changes are fresh in my head. In order to start using this, one has to run `$ make build` first. Should I add that and make other documentation changes in the wiki related to my changes in this PR?
9 lines
142 B
YAML
9 lines
142 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: test
|
|
name: test
|
|
entry: "make test"
|
|
language: system
|
|
pass_filenames: false
|