Skip to content

Commit 883d0fc

Browse files
committed
Add Aqua badge.
1 parent 50fa743 commit 883d0fc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`AlgorithmsInterface.jl` is a Julia package to provide a common interface to run iterative tasks.
44
**Algorithm** here refers to an iterative sequence of commands, that are run until a certain stopping criterion is met.
55

6-
[![docs][docs-dev-img]][docs-dev-url] [![CI][ci-img]][ci-url] [![runic][runic-img]][runic-url] [![codecov][codecov-img]][codecov-url]
6+
[![docs][docs-dev-img]][docs-dev-url] [![CI][ci-img]][ci-url] [![runic][runic-img]][runic-url] [![codecov][codecov-img]][codecov-url] [![aqua][aqua-img]][aqua-url]
77

88
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
99
[docs-dev-url]: https://JuliaManifolds.github.io/AlgorithmsInterface.jl/dev/
@@ -17,6 +17,9 @@
1717
[runic-img]: https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black
1818
[runic-url]: https://github.com/fredrikekre/Runic.jl
1919

20+
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
21+
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
22+
2023
# Statement of need
2124

2225
A first approach to algorithms is a simple for-loop for a maximum number of iterations.

0 commit comments

Comments
 (0)