Skip to content

Commit

Permalink
Merge pull request #1 from OmegaLambda1998/auto-juliaformatter-pr
Browse files Browse the repository at this point in the history
Automatic JuliaFormatter.jl run
  • Loading branch information
OmegaLambda1998 authored Jul 19, 2024
2 parents 8e840fc + daed465 commit 34e64e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 2 additions & 9 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ push!(LOAD_PATH, "../src/")
Pkg.develop(path = abspath(joinpath(@__DIR__, "../")))
using Peregrin

DocMeta.setdocmeta!(
Peregrin,
:DocTestSetup,
:(using Peregrin);
recursive = true,
)
DocMeta.setdocmeta!(Peregrin, :DocTestSetup, :(using Peregrin); recursive = true)

makedocs(
sitename = "Peregrin Documentation",
modules = [Peregrin],
pages = [
"Peregrin" => "index.md",
],
pages = ["Peregrin" => "index.md"],
format = Documenter.HTML(assets = []),
)

Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Test
using Peregrin

@testset verbose = true "Peregrin" begin
end
@testset verbose = true "Peregrin" begin end

0 comments on commit 34e64e4

Please sign in to comment.