Skip to content

Commit c3ee238

Browse files
authored
Add format to update baselines/fix lints task (#62160)
1 parent be86783 commit c3ee238

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/accept-baselines-fix-lints.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Accept Baselines and Fix Lints
1+
name: Accept Baselines, Fix Lints, and Format
22

33
on:
44
workflow_dispatch: {}
@@ -32,8 +32,9 @@ jobs:
3232
git rm -r --quiet tests/baselines/reference
3333
npx hereby runtests-parallel --ci --fix || true
3434
npx hereby baseline-accept
35+
npx hereby format
3536
git add ./src
3637
git add ./tests/baselines/reference
3738
git diff --cached
38-
git commit -m "Update Baselines and/or Applied Lint Fixes"
39+
git commit -m "Update Baselines, Applied Lint Fixes, and/or Formatted"
3940
git push

0 commit comments

Comments
 (0)