From 3d2c5ba45d8fd4e1a03fc8cee6bb594c66a732ea Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Tue, 2 Sep 2025 20:59:08 +0100 Subject: [PATCH] Fix formatting in CI workflow configuration --- .gitea/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 99782f6..cf04a45 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,15 +2,15 @@ name: CI on: push: - branches: [ master ] + branches: [master] pull_request: - branches: [ master ] + branches: [master] jobs: build: runs-on: ubuntu-latest container: node:lts-alpine - + steps: - name: Checkout code uses: actions/checkout@v4 @@ -25,4 +25,4 @@ jobs: run: npm run test - name: Build project - run: npm run build \ No newline at end of file + run: npm run build