test scripts
This commit is contained in:
parent
7b9605a363
commit
50e93180ee
1 changed files with 12 additions and 0 deletions
12
.github/workflows/entrypoint.yml
vendored
Normal file
12
.github/workflows/entrypoint.yml
vendored
Normal 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
|
Loading…
Reference in a new issue