Skip to content

Commit c0b7fc2

Browse files
authored
Merge pull request #174 from fingolfin/mh/fix-CI
Fix CI by moving CI.yml to right place
2 parents d9bcebc + 30f130c commit c0b7fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
File renamed without changes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://fluxml.github.io/MacroTools.jl/dev)
44
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://fluxml.github.io/MacroTools.jl/stable)
5-
[![Build Status](https://travis-ci.org/FluxML/MacroTools.jl.svg?branch=master)](https://travis-ci.org/FluxML/MacroTools.jl)
5+
[![Build Status](https://github.com/FluxML/MacroTools.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/FluxML/MacroTools.jl/actions/workflows/CI.yml)
66

7-
MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system and code-walking tools that let you do deep transformations of code in a few lines. See the [docs](http://fluxml.github.io/MacroTools.jl/) for more info.
7+
MacroTools provides a library of tools for working with Julia code and expressions. This includes a powerful template-matching system and code-walking tools that let you do deep transformations of code in a few lines. See the [docs](https://fluxml.github.io/MacroTools.jl/) for more info.
88

9-
Suggestions, issues and pull requsts are welcome.
9+
Suggestions, issues and pull requests are welcome.
1010

1111
## Installation
1212

0 commit comments

Comments
 (0)