Add format to update baselines/fix lints task (#62160)

This commit is contained in:
Wesley Wigham
2025-07-31 13:57:52 -07:00
committed by GitHub
parent be86783155
commit c3ee238ae7

View File

@@ -1,4 +1,4 @@
name: Accept Baselines and Fix Lints
name: Accept Baselines, Fix Lints, and Format
on:
workflow_dispatch: {}
@@ -32,8 +32,9 @@ jobs:
git rm -r --quiet tests/baselines/reference
npx hereby runtests-parallel --ci --fix || true
npx hereby baseline-accept
npx hereby format
git add ./src
git add ./tests/baselines/reference
git diff --cached
git commit -m "Update Baselines and/or Applied Lint Fixes"
git commit -m "Update Baselines, Applied Lint Fixes, and/or Formatted"
git push