File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ enable-beta-ecosystems : true
3+ updates :
4+ - package-ecosystem : " julia"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 arch :
2727 - x64
2828 steps :
29- - uses : actions/checkout@v4
30- - uses : julia-actions/setup-julia@v1
29+ - uses : actions/checkout@v6
30+ - uses : julia-actions/setup-julia@v2
3131 with :
3232 version : ${{ matrix.version }}
3333 arch : ${{ matrix.arch }}
34- - uses : julia-actions/cache@v1
34+ - uses : julia-actions/cache@v2
3535 - uses : julia-actions/julia-buildpkg@v1
3636 - uses : julia-actions/julia-runtest@v1
Load diff This file was deleted.
Original file line number Diff line number Diff line change 22Aqua = " 4c88cf16-eb10-579e-8560-4a9242c79595"
33Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
44Interfaces = " 85a1e053-f937-4924-92a5-1367d23b7b87"
5- JuliaFormatter = " 98e50ef6-434e-11e9-1051-2b60c6c9e899"
65MetaGraphs = " 626554b9-1ddb-594c-aa3c-2596fe9399a5"
76MetaGraphsNext = " fa8bd995-216d-47f1-8a91-f3b68fbeb377"
87Multigraphs = " 7ebac608-6c66-46e6-9856-b5f43e107bac"
Original file line number Diff line number Diff line change 11using Aqua
22using GraphsInterfaceChecker
3- using JuliaFormatter
43using 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
You can’t perform that action at this time.
0 commit comments