Skip to content

[LEADS-443] OPENAI_API_KEY environmental variable failure #128

[LEADS-443] OPENAI_API_KEY environmental variable failure

[LEADS-443] OPENAI_API_KEY environmental variable failure #128

Workflow file for this run

name: ShellCheck
on:
- push
- pull_request
jobs:
shellcheck:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: make shellcheck