Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/scribd/check-commit-status-action
- Owner: scribd
- License: mit
- Created: 2020-12-02T05:49:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T22:15:15.000Z (11 months ago)
- Last Synced: 2024-03-02T02:28:26.929Z (11 months ago)
- Topics: actions
- Language: JavaScript
- Homepage:
- Size: 1.57 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```