From 600baeaa0fb751c6a493c94a574f04fb1a701644 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 20 Jun 2023 15:48:28 +0200 Subject: [PATCH] fix typos path --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e09dd2e..843fce3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -23,7 +23,7 @@ pipeline: commands: - wget -O typos.tar.gz https://github.com/crate-ci/typos/releases/download/v1.14.12/typos-v1.14.12-x86_64-unknown-linux-musl.tar.gz - tar -xzf typos.tar.gz - - ./typos src/en + - ./typos src check_documentation_build: image: alpine:3