From e7b24cda3ab1e0f3737c74baebc0df15da121763 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 14 Apr 2023 11:16:36 -0400 Subject: [PATCH] Try to add testing repo. --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 941ac96..0a4b511 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,6 +5,11 @@ clone: recursive: true submodule_update_remote: true pipeline: + check_formatting: + image: alpine:3 + commands: + - apk add prettier --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing + - prettier -c src check_documentation_build: image: rust:1.61-slim-buster commands: @@ -14,8 +19,3 @@ pipeline: - apt-get install git curl -y - ./update-includes.sh - mdbook build . - check_formatting: - image: alpine:3 - commands: - - apk add prettier - - prettier -c src