Skip to content

Commit fddd09a

Browse files
committed
fix path in "regenerate-dialects.yml"
1 parent 1f51c1c commit fddd09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-dialects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: julia --color=yes {0}
3030
run: |
3131
using JuliaFormatter
32-
format("./src/Dialects/")
32+
format("./src/mlir/Dialects/")
3333
- name: Create Pull Request
3434
id: cpr
3535
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)