Skip to content

Commit 3412bfb

Browse files
committed
Add Github Action badge
1 parent ffcb811 commit 3412bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
![GitHub](https://img.shields.io/github/license/tschuchortdev/kotlin-compile-testing.svg?color=green&style=popout)
88
![Maintenance](https://img.shields.io/maintenance/yes/2020.svg?style=popout)
99
[![Generic badge](https://img.shields.io/badge/contributions-welcome-green.svg)](https://shields.io/)
10+
[![Build Status](https://github.com/tschuchortdev/kotlin-compile-testing/workflows/Test/badge.svg)](https://github.com/tschuchortdev/kotlin-compile-testing/actions)
1011

1112
A library for in-process compilation of Kotlin and Java code, in the spirit of [Google Compile Testing](https://github.com/google/compile-testing). For example, you can use this library to test your annotation processor or compiler plugin.
1213

0 commit comments

Comments
 (0)