Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/505e668578b8ac7017779a5b7c55266e9593adf0?style=unified&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
7 changed files with
34 additions and
6 deletions
@ -1,6 +1,11 @@
name : Label Conflicts
on : [ push, pull_request]
on :
push:
branches:
- main
pull_request:
jobs:
triage:
@ -1,6 +1,11 @@
name : Build and Deploy Docs
on : [ push, pull_request]
on :
push:
branches:
- main
pull_request:
jobs:
@ -1,6 +1,10 @@
name : Label Pull Requests
on : [ pull_request_target, push]
on :
push:
branches:
- main
pull_request_target:
jobs:
triage:
@ -1,6 +1,10 @@
name : Lint - EditorConfig
on : [ push, pull_request]
on :
push:
branches:
- main
pull_request:
jobs:
editorconfig-checker:
@ -1,6 +1,10 @@
name : Lint - Markdown
on : [ push, pull_request]
on :
push:
branches:
- main
pull_request:
jobs:
markdownlint:
@ -1,6 +1,10 @@
name : Lint - YAML
on : [ push, pull_request]
on :
push:
branches:
- main
pull_request:
jobs:
yamllint:
@ -2,6 +2,8 @@ name: Validate Metadata JSON
on :
push:
branches:
- main
paths:
- metadata.json
- metadata.schema.json