Skip to content

Add Scope, Message, Receive, Send, and ASGIApp types from `… #4

Add Scope, Message, Receive, Send, and ASGIApp types from `…

Add Scope, Message, Receive, Send, and ASGIApp types from `… #4

Workflow file for this run

name: Test suite
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@install
- name: Check Types
run: hatch run types:all
- name: Run Tests
run: hatch test -a