Skip to content

Removing chatgpt lib so we can see what's actually going on #191

Removing chatgpt lib so we can see what's actually going on

Removing chatgpt lib so we can see what's actually going on #191

Workflow file for this run

name: Build Project
on:
push:
branches-ignore:
- 'dependabot/**'
workflow_dispatch:
jobs:
CodeAudits:
uses: evanchooly/workflows/.github/workflows/code-audits.yml@master
Build:
uses: evanchooly/workflows/.github/workflows/build.yml@master
needs: CodeAudits