matrix-webhook/.github/workflows/entrypoint.yml
Workflow config file is invalid. Please check your config file: yaml: line 9: mapping values are not allowed in this context
Guilhem Saurel 7eba044844 update ci/cd
2023-03-07 13:20:32 +01:00

16 lines
398 B
YAML

name: Test entrypoints
on: [push, pull_request]
jobs:
tests:
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
- run: python -m matrix_webhook -h