feat: add an ability to set default model through an env config (#70) #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build the container image | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- Dockerfile | |
- src/** | |
- bin/** | |
- pnpm-lock.yaml | |
- package.json | |
- .github/workflows/build.yml | |
jobs: | |
test-and-lint: | |
uses: ./.github/workflows/workflow-test-and-lint.yml | |
deploy: | |
needs: test-and-lint | |
uses: ./.github/workflows/workflow-build.yml |