This composite GitHub Action verifies whether the author of a pull request has completed their daily pushups using the GitPushups API. If the user has not done their pushups for the current day, the action fails the workflow.
name: Pushup Check
on: [pull_request]
jobs:
pushups:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: higgins/gitpushups.com/pushups-action@main