Skip to content

Commit

Permalink
Fix GitHub Actions badge (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan authored Dec 4, 2020
1 parent 01cb16d commit 6bf46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Example Julia package repo.
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaLang.github.io/Example.jl/stable)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaLang.github.io/Example.jl/dev)

GitHub Actions : [![Build Status](https://github.com/JuliaLang/Example.jl/workflows/Run%20tests/badge.svg)]((https://github.com/JuliaLang/Example.jl/actions?query=workflow%3ACI+branch%3Amaster))
GitHub Actions : [![Build Status](https://github.com/JuliaLang/Example.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/Example.jl/actions?query=workflow%3ACI+branch%3Amaster)

Travis CI: [![Build Status](https://travis-ci.org/JuliaLang/Example.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/Example.jl)

Expand Down

0 comments on commit 6bf46e9

Please sign in to comment.