Skip to content

DiscreteTom/setup-defect

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

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Defect

license release

This GitHub Action sets up the defect binary in your workflow.

Note

This action only supports Linux x86_64 platform for now.

Usage

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Setup defect
        uses: DiscreteTom/[email protected]
        with:
          version: "0.3.2" # specify the latest defect version

      - name: Using the defect binary
        env:
          OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
        run: |
          defect "hello"

About

Sets up the defect binary in your workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published