From ccbe9e549cf7342a1b4519e204fde13655251834 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 16 Mar 2025 12:20:10 -0600 Subject: [PATCH] chore: ensure newline at end of file in build preview workflow - Added a newline at the end of the build-preview.yml file to adhere to best practices for file formatting. --- .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 f7cd7dc..fcdd7c1 100644 --- a/.github/workflows/build-preview.yml +++ b/.github/workflows/build-preview.yml @@ -41,4 +41,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: preview-build - path: app/dist + path: app/dist \ No newline at end of file