Skip to content

Commit e5da94b

Browse files
committed
Clean up reformat files workflow
1 parent 6ad675f commit e5da94b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
2222
sudo apt install python3 black -y
2323
24-
sudo apt install nodejs npm -y
2524
sudo npm i -g prettier
25+
26+
black --version
27+
echo "prettier $(prettier --version)"
2628
2729
- name: Format python using black
28-
run: black . --target-version py312
30+
run: black . --target-version py310
2931
- name: Format everything else using prettier
3032
run: prettier . -w
3133

0 commit comments

Comments
 (0)