Skip to content

Update dependency uvicorn to v0.31.0 #500

Update dependency uvicorn to v0.31.0

Update dependency uvicorn to v0.31.0 #500

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test-build:
name: Run build check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Docker image
run: docker build -t image-test .