File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
3535fi
3636
3737if [ -z " ${GITHUB_ACTIONS} " ] || [ " $1 " == " linting" ] ; then
38- # Black first to ensure nothings roughing up ruff
38+ echo " ... biome-ing (prettier) ..."
39+ ./tmp/biome check plugwise/ tests/ --files-ignore-unknown=true --no-errors-on-unmatched --indent-width=2 --indent-style=space --write
3940 echo " ... ruff checking ..."
4041 ruff check plugwise/ tests/
4142 echo " ... ruff formatting ..."
@@ -55,5 +56,3 @@ if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "fixtures" ] ; then
5556 echo " ... crafting manual fixtures ..."
5657 PYTHONPATH=$( pwd) python3 scripts/manual_fixtures.py
5758fi
58- echo " ... biome-ing (fixtures and testdata) ..."
59- ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
You can’t perform that action at this time.
0 commit comments