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.
This commit is contained in:
Mauricio Siu 2025-03-16 12:12:34 -06:00
parent 436cd4e702
commit cdf7613733

View File

@ -9,7 +9,7 @@ on:
types: [opened, synchronize]
jobs:
build-preview:
build-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4