Skip to content

Code-Fundi/code-fundi-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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