Skip to content

Commit 7f81b34

Browse files
committed
Style bot make fix-copies
1 parent 4e3ddd5 commit 7f81b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_style_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
4747
echo "No changes in the files. Proceeding..."
4848
rm -rf main_Makefile main_setup.py main_check_doc_toc.py
49-
style_command: "make style && make quality"
49+
style_command: "make style && make quality && make fix-copies"
5050
secrets:
5151
bot_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)