Skip to content

Commit 1f51c1c

Browse files
committed
Try fixing formatting of newly regenerated dialect files
1 parent f9f0ea3 commit 1f51c1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
Pkg.add("JuliaFormatter")
2424
- run: julia make-dialects.jl
2525
working-directory: ./deps/ReactantExtra
26-
- name: Set owner of working dir recurively
27-
run: sudo chown -R $(whoami) ./deps/ReactantExtra
26+
# - name: Set owner of working dir recurively
27+
# run: sudo chown -R $(whoami) ./deps/ReactantExtra
2828
- name: Format code
2929
shell: julia --color=yes {0}
3030
run: |
3131
using JuliaFormatter
32-
format(".")
32+
format("./src/Dialects/")
3333
- name: Create Pull Request
3434
id: cpr
3535
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)