Skip to content

Commit

Permalink
ci: run runic correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Mar 7, 2025
1 parent 149d3bc commit f686579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/FormatPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install Runic and format
run: |
julia -e 'using Pkg; Pkg.add(PackageSpec(name="Runic"))'
julia -e 'using Runic; exit(Runic.main(ARGS))' -- --inplace src/ examples/ test/ ext/ docs/ lib/
julia -e 'using Runic; exit(Runic.main(ARGS))' -- --inplace .
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit f686579

Please sign in to comment.