Skip to content

Commit ae58da3

Browse files
author
Joel Lefkowitz
authored
Fix readme badges (#118)
1 parent a716d05 commit ae58da3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Wait On Check Action
22

3-
[![StandardRB](https://github.com/lewagon/wait-on-check-action/actions/workflows/standardrb-linter.yml/badge.svg)](https://github.com/lewagon/wait-on-check-action/actions/workflows/standardrb-linter.yml)
4-
[![RSpec tests](https://github.com/lewagon/wait-on-check-action/actions/workflows/run-tests.yml/badge.svg)](https://github.com/lewagon/wait-on-check-action/actions/workflows/run-tests.yml)
5-
63
Pause a workflow until a job in another workflow completes successfully.
74

5+
![Review](https://img.shields.io/github/actions/workflow/status/lewagon/wait-on-check-action/review.yml)
6+
![Version](https://img.shields.io/github/v/tag/lewagon/wait-on-check-action)
7+
88
This action uses the [Checks API](https://docs.github.com/en/rest/checks) to poll for check results. On success, the action exit allowing the workflow resume. Otherwise, the action will exit with status code 1 and fail the whole workflow.
99

1010
This is a workaround to GitHub's limitation of non-interdependent workflows :tada:

0 commit comments

Comments
 (0)