mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 13:40:56 -06:00
Add format to update baselines/fix lints task (#62160)
This commit is contained in:
parent
be86783155
commit
c3ee238ae7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user