mirror of
https://github.com/bsedin/matrix-webhook.git
synced 2026-04-09 19:35:39 +00:00
typo
This commit is contained in:
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
@@ -7,9 +7,9 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: pipx install poetry
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: poetry
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: poetry
|
||||
- run: poetry install --with dev --no-interaction
|
||||
- run: poetry run flake8 .
|
||||
- run: poetry run black .
|
||||
|
||||
Reference in New Issue
Block a user