test scripts

This commit is contained in:
Guilhem Saurel 2022-08-01 23:46:13 +02:00
parent 7b9605a363
commit 50e93180ee

12
.github/workflows/entrypoint.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Test entrypoints
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h
- run: python -m matrix_webhook -h