Skip to content

Upgrade Documenter to version 1.0 #121

Upgrade Documenter to version 1.0

Upgrade Documenter to version 1.0 #121

Workflow file for this run

name: Format
on:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1
- name: Install JuliaFormatter and format code
run: |
using Pkg: Pkg
Pkg.add(; name="JuliaFormatter", uuid="98e50ef6-434e-11e9-1051-2b60c6c9e899")
using JuliaFormatter
format("."; verbose=true)
shell: julia --color=yes {0}
- uses: reviewdog/action-suggester@v1
with:
tool_name: JuliaFormatter
fail_on_error: true