Skip to content

Commit

Permalink
Deploying to gh-pages from @ ca8cca8 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Sep 19, 2024
1 parent c23c2d7 commit f5786d7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion example.html

Large diffs are not rendered by default.

Binary file not shown.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using PlutoTeachingTools
using Test
using JuliaFormatter

using Markdown

@testset verbose = true "PlutoTeachingTools.jl" begin
Expand Down
5 changes: 0 additions & 5 deletions test/test_linting.jl
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
using PlutoTeachingTools
using Test

using JuliaFormatter: JuliaFormatter
using Aqua: Aqua
using JET: JET
using ExplicitImports: ExplicitImports

@testset "Code formatting" begin
@test JuliaFormatter.format(PlutoTeachingTools; verbose=false, overwrite=false)
end

@testset "Aqua tests" begin
Aqua.test_all(PlutoTeachingTools; ambiguities=false)
end
Expand Down

0 comments on commit f5786d7

Please sign in to comment.