Merge branch 'zylon-ai:main' into streaming-choice-feature

This commit is contained in:
J 2024-09-09 09:29:15 -04:00 committed by GitHub
commit d737cb8d1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
setup: setup:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: ./.github/workflows/actions/install_dependencies - uses: ./.github/workflows/actions/install_dependencies
checks: checks:
@ -28,7 +28,7 @@ jobs:
- ruff - ruff
- mypy - mypy
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: ./.github/workflows/actions/install_dependencies - uses: ./.github/workflows/actions/install_dependencies
- name: run ${{ matrix.quality-command }} - name: run ${{ matrix.quality-command }}
run: make ${{ matrix.quality-command }} run: make ${{ matrix.quality-command }}
@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: test name: test
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: ./.github/workflows/actions/install_dependencies - uses: ./.github/workflows/actions/install_dependencies
- name: run test - name: run test
run: make test-coverage run: make test-coverage