Skip to content

Commit

Permalink
Fix GitHub username (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Mar 27, 2024
1 parent 7ea27cb commit 8d18786
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
matrix:
version:
- '1.9'
- '1'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Guillaume Dalle <22795598+gdalle@users.noreply.github.com> and contributors
Copyright (c) 2023 Guillaume Dalle and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GraphsInterfaceChecker

[![Build Status](https://github.com/gdalle/GraphsInterfaceChecker.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/gdalle/GraphsInterfaceChecker.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Build Status](https://github.com/JuliaGraphs/GraphsInterfaceChecker.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGraphs/GraphsInterfaceChecker.jl/actions/workflows/CI.yml?query=branch%3Amain)

Formalization of the [`AbstractGraph` interface](https://juliagraphs.org/Graphs.jl/stable/ecosystem/interface/) from [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl), specified using [Interfaces.jl](https://github.com/rafaqz/Interfaces.jl).

Expand All @@ -11,7 +11,7 @@ Install GraphsInterfaceChecker.jl using the GitHub URL, and install Interfaces.j
```julia
using Pkg

Pkg.add(url="https://github.com/gdalle/GraphsInterfaceChecker.jl")
Pkg.add(url="https://github.com/JuliaGraphs/GraphsInterfaceChecker.jl")
Pkg.add("Interfaces")

using GraphsInterfaceChecker
Expand Down

0 comments on commit 8d18786

Please sign in to comment.