Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flying-sheep/check

GitHub action that simply checks if the condition is true
https://github.com/flying-sheep/check

Last synced: about 1 month ago
JSON representation

GitHub action that simply checks if the condition is true

Awesome Lists containing this project

README

        

# check

GitHub action that simply checks if the condition is true

## Usage

If you want to check that a pull request has a milestone, do:

```yaml
steps:
- uses: flying-sheep/check@v1
with:
success: ${{ github.event.pull_request.milestone != null }}
```