We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f0ea3 commit 1f51c1cCopy full SHA for 1f51c1c
.github/workflows/regenerate-dialects.yml
@@ -23,13 +23,13 @@ jobs:
23
Pkg.add("JuliaFormatter")
24
- run: julia make-dialects.jl
25
working-directory: ./deps/ReactantExtra
26
- - name: Set owner of working dir recurively
27
- run: sudo chown -R $(whoami) ./deps/ReactantExtra
+ # - name: Set owner of working dir recurively
+ # run: sudo chown -R $(whoami) ./deps/ReactantExtra
28
- name: Format code
29
shell: julia --color=yes {0}
30
run: |
31
using JuliaFormatter
32
- format(".")
+ format("./src/Dialects/")
33
- name: Create Pull Request
34
id: cpr
35
uses: peter-evans/create-pull-request@v6
0 commit comments