matrix-webhook/.github/workflows/entrypoint.yml

13 lines
324 B
YAML
Raw Normal View History

2022-08-01 17:46:13 -04:00
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