mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 03:15:40 +00:00
fix ci
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user