Skip to content

Commit 47c556d

Browse files
author
Gonzalo Diaz
committed
Readme file: banners repaired.
1 parent 20a8a3a commit 47c556d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Go CI Tests
2+
name: Go CI Lint
33

44
on: # yamllint disable-line rule:truthy
55
push:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Algorithm Exercises (Golang)
22

3-
[![Go CI](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go.yml)
3+
[![Go CI/CD Test](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go-test.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go-test.yml)
4+
[![Go CI/CD Lint](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go-lint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/go-lint.yml)
45
[![Markdown Lint](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/markdown-lint.yml)
56
[![YAML lint](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/yamllint.yml/badge.svg)](https://github.com/sir-gon/algorithm-exercises-go/actions/workflows/yamllint.yml)
67

0 commit comments

Comments
 (0)