File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4949if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " fixtures" ] ; then
5050 echo " ... crafting manual fixtures ..."
5151 PYTHONPATH=$( pwd) python3 scripts/manual_fixtures.py
52- echo " ... prettier-ing (fixtures) ..."
53- npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/
52+ echo " ... prettier-ing (fixtures and testdata ) ..."
53+ npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/ tests/data
5454else
55- echo " ... prettier-ing (fixtures) ..."
56- npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/
55+ echo " ... prettier-ing (fixtures and testdata ) ..."
56+ npx prettier --write --list-different --ignore-unknown --log-level silent fixtures/ tests/data
5757fi
You can’t perform that action at this time.
0 commit comments