Skip to content

Commit 550b33f

Browse files
authored
Merge branch 'main' into dependabot/github_actions/julia-actions/setup-julia-2
2 parents 05913b2 + d614c94 commit 550b33f

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- uses: julia-actions/setup-julia@v2
3131
with:
3232
version: ${{ matrix.version }}

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
44
Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87"
5-
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
65
MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5"
76
MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
87
Multigraphs = "7ebac608-6c66-46e6-9856-b5f43e107bac"

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
using Aqua
22
using GraphsInterfaceChecker
3-
using JuliaFormatter
43
using Test
54

65
@testset verbose = true "GraphsInterfaceChecker.jl" begin
76
@testset "Aqua" begin
87
Aqua.test_all(GraphsInterfaceChecker)
98
end
10-
@testset "JuliaFormatter" begin
11-
@test JuliaFormatter.format(GraphsInterfaceChecker; overwrite=false)
12-
end
139
@testset "Graphs.jl" begin
1410
include("graphs.jl")
1511
end

0 commit comments

Comments
 (0)