A small fix and add pre-commit pipeline
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1 @@
|
||||
# Localbin
|
||||
bin/
|
||||
gen/
|
||||
|
||||
10
.woodpecker/repo-checks.yaml
Normal file
10
.woodpecker/repo-checks.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
||||
steps:
|
||||
- name: Run pre-commit
|
||||
image: jfxs/pre-commit
|
||||
commands:
|
||||
- pre-commit -a
|
||||
@@ -17,6 +17,6 @@ plugins:
|
||||
- require_unimplemented_servers=false
|
||||
|
||||
- remote: buf.build/community/pseudomuto-doc:v1.5.1
|
||||
out: gen
|
||||
out: .
|
||||
opt:
|
||||
- markdown,README.md
|
||||
|
||||
Reference in New Issue
Block a user