Skip to content

Commit

Permalink
enable windows in ci (#313)
Browse files Browse the repository at this point in the history
* enable windows in ci

* minimalstyle for formatter
  • Loading branch information
PierreMartinon authored Oct 18, 2024
1 parent e7501b1 commit be1cbaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- '1.10'
os:
- ubuntu-latest
- windows-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install JuliaFormatter and format
run: |
julia -e 'import Pkg; Pkg.add("JuliaFormatter")'
julia -e 'using JuliaFormatter; format(".", BlueStyle())'
julia -e 'using JuliaFormatter; format(".", MinimalStyle())'
# https://github.com/marketplace/actions/create-pull-request
# https://github.com/peter-evans/create-pull-request#reference-example
- name: Create Pull Request
Expand Down

0 comments on commit be1cbaa

Please sign in to comment.