Skip to content

build(deps): bump aiohttp from 3.8.5 to 3.9.0 #360

build(deps): bump aiohttp from 3.8.5 to 3.9.0

build(deps): bump aiohttp from 3.8.5 to 3.9.0 #360

Workflow file for this run

name: Test entrypoints
on: [push, pull_request]
jobs:
test-entrypoints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
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