Skip to content

Commit d288bf4

Browse files
committed
Rename workflow name
1 parent 2497cbc commit d288bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: Java CI with Gradle
4+
name: build-status
55

66
on:
77
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A sudoku solver / generator.
33
============================
44

5-
![Build status](https://github.com/netomi/sudoku-solver/workflows/gradle/badge.svg)
5+
![Build status](https://github.com/netomi/sudoku-solver/workflows/build-status/badge.svg)
66

77
This repository contains a multiplatform library written in
88
Kotlin to solve and generate sudoku puzzles.

0 commit comments

Comments
 (0)