Skip to content

Commit 062fda4

Browse files
Fix badges (#187)
1 parent 4cf3abe commit 062fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TRACK_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Exercism {{LANGUAGE}} Track
22

3-
[![configlet](https://github.com/exercism/{{SLUG}}/workflows/configlet/badge.svg)](https://github.com/exercism/{{SLUG}}/actions?query=workflow%3Aconfiglet) [![tests](https://github.com/exercism/{{SLUG}}/workflows/test/badge.svg)](https://github.com/exercism/{{SLUG}}/actions?query=workflow%3Atest)
3+
[![Configlet](https://github.com/exercism/{{SLUG}}/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/{{SLUG}}/actions/workflows/configlet.yml) [![Test](https://github.com/exercism/{{SLUG}}/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/{{SLUG}}/actions/workflows/test.yml)
44

55
Exercism exercises in {{LANGUAGE}}.
66

0 commit comments

Comments
 (0)