From 85cc6ae3d9531d7375e2c2a9c56f5e113bd4949c Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:31:30 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in b203a41 according to the output from Prettier. Details: None --- .woodpecker/build.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index b66dce6..bfdebe1 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -1,10 +1,10 @@ when: - - event: push - branch: main + - event: push + branch: main steps: - - name: build - image: node:23-alpine3.20 - commands: - - npm install - - npm run build + - name: build + image: node:23-alpine3.20 + commands: + - npm install + - npm run build