Skip to content

🛡️ Sentinel: [MEDIUM] Enhance API security with Pydantic validation a… #270

🛡️ Sentinel: [MEDIUM] Enhance API security with Pydantic validation a…

🛡️ Sentinel: [MEDIUM] Enhance API security with Pydantic validation a… #270

Workflow file for this run

name: Format, Lint, and Test
on:
workflow_call:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install mise
uses: jdx/mise-action@v4
- name: Format and lint
run: mise run lint
- name: Run tests
run: mise run test
env:
AWS_DEFAULT_REGION: us-east-1