diff --git a/.woodpecker/pre-commit.yml b/.woodpecker/pre-commit.yml new file mode 100644 index 0000000..8de638d --- /dev/null +++ b/.woodpecker/pre-commit.yml @@ -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