Skip to content

Adding more explicit logging for chatgpt tests so they don't fail if … #180

Adding more explicit logging for chatgpt tests so they don't fail if …

Adding more explicit logging for chatgpt tests so they don't fail if … #180

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