https://github.com/actalog/check-ci
✅ Checks CI before CD
https://github.com/actalog/check-ci
actions ci github
Last synced: 3 months ago
JSON representation
✅ Checks CI before CD
- Host: GitHub
- URL: https://github.com/actalog/check-ci
- Owner: actalog
- License: unlicense
- Created: 2024-06-27T10:55:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T00:18:44.000Z (4 months ago)
- Last Synced: 2025-03-27T14:06:14.615Z (3 months ago)
- Topics: actions, ci, github
- Homepage: https://github.com/marketplace/actions/actalog-check-ci
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @actalog/check-ci
[](https://github.com/actalog/check-ci/actions/workflows/cd.yml)
Checks CI before CD
## Usage
```yml
name: CDon:
workflow_run:
workflows: ['CI']
types:
- completed
branches:
- mainjobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actalog/check-ci@v1
- uses: actions/checkout@v4
- run: echo "Your CD"
```