[#61] .woodpecker: Add simple CI
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
dce55a436a
commit
cd26d2ebaf
1 changed files with 6 additions and 0 deletions
6
.woodpecker/pre-commit.yml
Normal file
6
.woodpecker/pre-commit.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pipeline:
|
||||||
|
pre-commit:
|
||||||
|
image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36
|
||||||
|
commands:
|
||||||
|
- export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)"
|
||||||
|
- pre-commit run --hook-stage manual
|
Loading…
Add table
Reference in a new issue