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

15 lines
362 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@v3
- uses: actions/setup-python@v4
2022-10-17 04:20:23 -04:00
with:
cache: poetry
2022-08-01 17:46:13 -04:00
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h
- run: python -m matrix_webhook -h