Skip to content

Commit 43df7ba

Browse files
committed
ci(github-actions): update the format pr action to format all files
1 parent ce9905e commit 43df7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
shell: julia --color=yes {0}
2727
run: |
2828
using JuliaFormatter
29-
format(["src", "ext", "test"])
29+
format(".")
3030
- name: Create Pull Request
3131
id: cpr
3232
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)