Skip to content
zap

GitHub Action

CodeFundi Build Diagnosis AI

[email protected] Latest version

CodeFundi Build Diagnosis AI

zap

CodeFundi Build Diagnosis AI

Automatically capture and diagnose errors in your GitHub Action logs

Installation

Copy and paste the following snippet into your .yml file.

              

- name: CodeFundi Build Diagnosis AI

uses: Code-Fundi/code-fundi-action@[email protected]

Learn more about this action in Code-Fundi/code-fundi-action

Choose a version

Code Fundi

Code Fundi

A CLI tool for Code Fundi; an AI assistant that helps you write better code faster.




Usage

name: Site Build
on: [push]
jobs:

  build:
    name: Build
    runs-on: ubuntu-latest
    steps:
      - name: Auto debug logs incase of error
        uses: code-fundi/code-fundi-action@main
        with:
          command: npm run build
          key: ${{ secrets.CODE_FUNDI_API_KEY }}

Setup API Key

To get your API Key head over to the dashboard.

Next, click on the Profile tab and scroll to the section with the API Key.
Alt Text

From here, you can create your API key and copy it in the config file.
Alt Text