diff --git a/README.md b/README.md index a2975b2..e416ba2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ else fi ``` - Obviously, you're encouraged to block on your own pushups...but it can be fun to do with your coworkers too. + Obviously, you're encouraged to block on your own pushups...but it can be fun to do with your coworkers too. + +### Or you can configure this GitHub Action to block your Pull Requests + +Configure [this GitHub Action](https://github.com/higgins/gitpushups.com/tree/main/pushups-action) to ensure your pull requests are blocked until your pushups are done. 3. **Do pushups or your git hook will fail** diff --git a/app/page.tsx b/app/page.tsx index 73c6204..c20072f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -82,6 +82,17 @@ export default async function LandingPage({
  • Add this rule to your .git/hooks/ dir: +

    + Or configure{' '} + + this GitHub Action + {' '} + to block your pull requests until you get your reps in. +

  • Get back to coding! If you don't do pushups everyday, your git-hook will error.