chore: update build job to fail when there are uncommited changes (#2571)

This commit is contained in:
Tonye Jack
2025-05-29 07:20:03 -06:00
committed by GitHub
parent c6634ca281
commit abda8aa2d0
3 changed files with 81 additions and 81 deletions

View File

@@ -85,6 +85,7 @@ jobs:
if: steps.verify_changed_files.outputs.files_changed == 'true' && github.event_name == 'pull_request'
run: |
echo "Uncommitted build/lint changes detected. Please run 'yarn all' locally and push the changes for review."
exit 1
- name: Upload build assets
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2