Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 492 Bytes

File metadata and controls

18 lines (14 loc) · 492 Bytes

Check Git Pushups Action

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.

Usage

name: Pushup Check
on: [pull_request]

jobs:
  pushups:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: higgins/gitpushups.com/pushups-action@main