You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ jobs:
30
30
## Summary
31
31
32
32
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).
34
34
35
35
Each `job` runs on a configuration `matrix`. For example, we can test two major
0 commit comments