mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-01-16 08:05:57 +00:00
fix ci
This commit is contained in:
parent
b71ef4af2e
commit
0636d9edef
3
.github/workflows/entrypoint.yml
vendored
3
.github/workflows/entrypoint.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user