matrix-webhook/.github/workflows/entrypoint.yml
2022-10-17 10:20:23 +02:00

14 lines
362 B
YAML

name: Test entrypoints
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
cache: poetry
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h
- run: python -m matrix_webhook -h