Skip to content

Commit fb09aff

Browse files
committed
improve status badge
1 parent 2a4d916 commit fb09aff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Gradle
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
33

4-
name: test
4+
name: serpapi-java
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# SerpApi Java Library
33

4-
![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg)
4+
[![serpapi-java](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml/badge.svg)](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml)
55
[![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
66

77
Integrate search data into your Java application. This library is the official wrapper for SerpApi (https://serpapi.com).

README.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313

1414
# SerpApi Java Library
1515

16-
![test](https://github.com/serpapi/serpapi-java/workflows/test/badge.svg)
16+
[![serpapi-java](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml/badge.svg)](https://github.com/serpapi/serpapi-java/actions/workflows/gradle.yml)
1717
[![](https://jitpack.io/v/serpapi/serpapi-java.svg)](https://jitpack.io/#serpapi/serpapi-java)
1818

1919
Integrate search data into your Java application. This library is the official wrapper for SerpApi (https://serpapi.com).

0 commit comments

Comments
 (0)