Skip to content

Commit

Permalink
Format code after dialect regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing authored Oct 10, 2024
1 parent 1b79c62 commit 468db3f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/regenerate-dialects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,18 @@ jobs:
- uses: actions/checkout@v4
with:
ref: main
- name: Install JuliaFormatter.jl
shell: julia --color=yes {0}
run: |
import Pkg
Pkg.add("JuliaFormatter")
- run: julia make-dialects.jl
working-directory: ./deps/ReactantExtra
- name: Format code
shell: julia --color=yes {0}
run: |
using JuliaFormatter
format(".")
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 468db3f

Please sign in to comment.