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

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

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

Last synced: 4 months 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 }}
```