Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/54f6bf3f79bdf01bee8d2d60cd16849aef932182 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Explicitly run tox lint testenv

pull/2189/head
Paul Pfeister 10 months ago
parent c2805f82e8
commit 54f6bf3f79
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -47,4 +47,6 @@ jobs:
pip install tox
pip install tox-gh-actions
- name: Run tox
run: tox
run: |
tox -e lint
tox

Loading…
Cancel
Save