Skip to content

Commit

Permalink
Merge pull request #110 from stanislaw/ci
Browse files Browse the repository at this point in the history
README: add CI badge
  • Loading branch information
stanislaw authored Apr 5, 2020
2 parents f57cc4d + 80d05ef commit 0541523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "FileCheck.py on Ubuntu"
name: "FileCheck.py on Linux"

on: [pull_request]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Attempt to reimplement LLVM's FileCheck using Python.

![](https://github.com/stanislaw/FileCheck.py/workflows/FileCheck.py%20on%20macOS/badge.svg) ![](https://github.com/stanislaw/FileCheck.py/workflows/FileCheck.py%20on%20Linux/badge.svg)

## Background

We know at least two software projects that would benefit from a suite of
Expand Down

0 comments on commit 0541523

Please sign in to comment.