This commit is contained in:
Guilhem Saurel 2023-03-07 13:26:35 +01:00
parent b71ef4af2e
commit 0636d9edef

View File

@ -1,14 +1,13 @@
name: Test entrypoints
on: [push, pull_request]
jobs:
tests:
test-entrypoints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
- run: python -m pip install -U pip
- run: python -m pip install .
- run: matrix-webhook -h