Skip to content

build(deps-dev): bump httpx from 0.28.0 to 0.28.1 #656

build(deps-dev): bump httpx from 0.28.0 to 0.28.1

build(deps-dev): bump httpx from 0.28.0 to 0.28.1 #656

Workflow file for this run

name: Test entrypoints
on: [push, pull_request]
jobs:
test-entrypoints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h
- run: python -m matrix_webhook -h