diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02cd1..9d8f2d043 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - - package-ecosystem: "devcontainers" - directory: "/" - schedule: - interval: weekly + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/canopeum_deploy.yml b/.github/workflows/canopeum_deploy.yml index 17b7da7f6..fca14f1be 100644 --- a/.github/workflows/canopeum_deploy.yml +++ b/.github/workflows/canopeum_deploy.yml @@ -4,12 +4,12 @@ on: workflow_dispatch: # Allows manual triggers inputs: deploy_frontend: - description: 'Deploy the frontend' + description: "Deploy the frontend" required: true type: boolean default: true deploy_backend: - description: 'Deploy the backend' + description: "Deploy the backend" required: true type: boolean default: true @@ -30,7 +30,7 @@ on: jobs: GetDateTime: runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' || (inputs.deploy_frontend && inputs.deploy_backend) }} + if: ${{ github.event_name == 'push' || (inputs.deploy_frontend && inputs.deploy_backend) }} outputs: DATETIME: ${{ steps.datetime.outputs.DATETIME }} steps: @@ -41,7 +41,7 @@ jobs: BuildFrontend: name: Build & Deploy Frontend runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' || inputs.deploy_frontend }} + if: ${{ github.event_name == 'push' || inputs.deploy_frontend }} needs: [GetDateTime] defaults: run: @@ -70,7 +70,7 @@ jobs: BuildBackend: name: Build & Deploy Backend runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' || inputs.deploy_backend }} + if: ${{ github.event_name == 'push' || inputs.deploy_backend }} needs: [GetDateTime] defaults: run: diff --git a/.vscode/settings.json b/.vscode/settings.json index 48b4fbc09..0fe4d38d6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -112,7 +112,7 @@ } ], "eslint.codeActionsOnSave.rules": [ - // Clearing imports and unused vars because of commented code while testing is annoying + // Clearing imports, unused vars and comments because of commented code while testing is annoying "!unused-imports/no-unused-imports", "!autofix/no-debugger", "!autofix/no-unused-vars", @@ -135,6 +135,9 @@ "editor.defaultFormatter": "vscode.html-language-features" }, "html.format.wrapAttributes": "force-expand-multiline", + // To match markup_fmt with dprint + "html.format.indentInnerHtml": true, + "html.format.extraLiners": "", /* * CSS diff --git a/canopeum_frontend/index.html b/canopeum_frontend/index.html index 783e79f37..92f4c58b5 100644 --- a/canopeum_frontend/index.html +++ b/canopeum_frontend/index.html @@ -1,47 +1,45 @@ - + +
+ + + +