Skip to content

Uniform the use of 400 error codes #22

Uniform the use of 400 error codes

Uniform the use of 400 error codes #22

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
name: Lint Shell scripts
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python: [3.9]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Lint the Shell scripts
run: shellcheck ./uvicorn.sh