From aa6a1ef8177f39ff05a1106e71b26933a6ee8cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=BCm=C3=BC=C5=9F?= Date: Sun, 23 Feb 2025 12:14:30 +0300 Subject: [PATCH] build: :construction_worker: stow test --- .woodpecker/stow.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .woodpecker/stow.yaml diff --git a/.woodpecker/stow.yaml b/.woodpecker/stow.yaml new file mode 100644 index 0000000..d9ca2c7 --- /dev/null +++ b/.woodpecker/stow.yaml @@ -0,0 +1,14 @@ +when: + event: + - push + - manual + branch: main + +steps: + build: + image: rust + commands: + - apt update + - apt install -y stow + - stow . +