Skip to content

build(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 #649

build(deps-dev): bump jinja2 from 3.1.4 to 3.1.5

build(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 #649

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