From cdf7613733b2521e1188f513e4e946c14d216f04 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:12:34 -0600 Subject: [PATCH] chore: fix indentation in build preview workflow - Corrected the indentation of the build-preview job in the GitHub Actions workflow for improved readability and consistency. --- .github/workflows/build-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-preview.yml b/.github/workflows/build-preview.yml index d786339..b468b6b 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -9,7 +9,7 @@ on: types: [opened, synchronize] jobs: - build-preview: + build-preview: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4