Skip to content

Commit 2935954

Browse files
authored
Merge pull request #14 from JuliaManifolds/kellertuer/fix-CI
Fix CI, add Runic Badge.
2 parents 5f8c363 + b4cbbe3 commit 2935954

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags: [v*]
66
pull_request:
77

@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
julia-version: ["min", "1", "pre"]
15-
os: [ubuntu-latest, macOS-latest]
15+
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
steps:
1717
- uses: actions/checkout@v6
1818
- uses: julia-actions/setup-julia@v3

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] [![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]
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/
@@ -14,6 +14,9 @@
1414
[ci-img]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml/badge.svg
1515
[ci-url]: https://github.com/JuliaManifolds/AlgorithmsInterface.jl/actions/workflows/ci.yml
1616

17+
[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
18+
[runic-url]: https://github.com/fredrikekre/Runic.jl
19+
1720
# Statement of need
1821

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

0 commit comments

Comments
 (0)