Skip to content

Commit

Permalink
Automated commit made by MassInstallAction.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski committed Aug 16, 2021
1 parent cd4e2e9 commit 4e75185
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/blue_style_formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Format suggestions

on:
pull_request:

jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1
- run: |
julia -e 'using Pkg; Pkg.add("JuliaFormatter")'
julia -e 'using JuliaFormatter; format(".", BlueStyle(); verbose=true)'
- uses: reviewdog/action-suggester@v1
with:
tool_name: JuliaFormatter
fail_on_error: true

0 comments on commit 4e75185

Please sign in to comment.