Skip to content

Commit 84fd62b

Browse files
Fix GH Actions badge
1 parent 3412bfb commit 84fd62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
[![](https://jitpack.io/v/tschuchortdev/kotlin-compile-testing.svg)](https://jitpack.io/#tschuchortdev/kotlin-compile-testing)
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)
9-
[![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)
9+
[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-green.svg)](https://shields.io/)
10+
[![Build Status](https://github.com/tschuchortdev/kotlin-compile-testing/workflows/Continuous%20Integration/badge.svg)](https://github.com/tschuchortdev/kotlin-compile-testing/actions)
1111

1212
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.
1313

0 commit comments

Comments
 (0)