Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/check-ci
https://github.com/gabrielrufino/check-ci
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrufino/check-ci
- Owner: gabrielrufino
- License: unlicense
- Created: 2024-06-27T10:55:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T11:36:31.000Z (5 months ago)
- Last Synced: 2024-06-27T16:27:06.228Z (5 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Check CI
Checks CI before CD
## Usage
```yml
name: CDon:
workflow_run:
workflows: ['CI']
types:
- completed
branches:
- mainjobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: gabrielrufino/check-ci@main
- uses: actions/checkout@v4
- run: echo "Your CD"
```