Skip to content

Use Turing Actions for Documenter site and Navbar and upgrade package to use latest compats #543

Use Turing Actions for Documenter site and Navbar and upgrade package to use latest compats

Use Turing Actions for Documenter site and Navbar and upgrade package to use latest compats #543

Workflow file for this run

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