Skip to content

Commit 5f1bff4

Browse files
committed
README: mention status badges
Since this question has come up a few times in the past, and badges are pretty commonly used. Fixes #19.
1 parent b04eef5 commit 5f1bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
## Summary
3131
3232
Each workflow file has a number of jobs, which get run `on` specified events,
33-
and run concurrently with each other.
33+
and run concurrently with each other. You can have workflow [status badges](https://docs.github.com/en/actions/managing-workflow-runs/adding-a-workflow-status-badge).
3434

3535
Each `job` runs on a configuration `matrix`. For example, we can test two major
3636
Go versions on three operating systems.

0 commit comments

Comments
 (0)