FlakeMonster CI Pricing

The free tier works automatically — no signup required. Just add the action to your workflow.

Free

50 checks per month, per repository. No account or configuration needed.

Setup

  1. Add the action to your workflow:
    permissions:
      pull-requests: write
      id-token: write
    
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
      - run: npm ci
      - uses: flake-monster/action@v1
        with:
          test-command: npm test
  2. That's it. The id-token: write permission enables automatic usage tracking via GitHub OIDC.

Upgrade to Pro

Unlimited checks for $29/month. Enter your GitHub repository to upgrade.