Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scribd/check-commit-status-action

GitHub Action to confirm commit statuses are their expected values.
https://github.com/scribd/check-commit-status-action

actions

Last synced: about 2 months ago
JSON representation

GitHub Action to confirm commit statuses are their expected values.

Awesome Lists containing this project

README

        

# Check Commit Status Action

GitHub Action to confirm commit statuses are their expected values.

## Inputs

### `check`

**Required** The status check(s) to validate.

### `status`

The expected status. Can be 'error', 'failure', 'pending' or 'success'. *Default value:* 'success'

## Example usage

```yaml
- name: Confirm Tests Passed
uses: scribd/check-commit-status-action@v2
with:
check: |
Run Unit Tests
Run Snapshot Tests
```