Skip to content

docs(hoverkraft-tech/ci-github-publish): update documentation#1256

Merged
hoverkraft-bot[bot] merged 1 commit into
mainfrom
docs/sync-documentation-hoverkraft-tech/ci-github-publish
Jun 30, 2026
Merged

docs(hoverkraft-tech/ci-github-publish): update documentation#1256
hoverkraft-bot[bot] merged 1 commit into
mainfrom
docs/sync-documentation-hoverkraft-tech/ci-github-publish

Conversation

@hoverkraft-bot

Copy link
Copy Markdown
Contributor

Update documentation for hoverkraft-tech/ci-github-publish

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@hoverkraft-bot hoverkraft-bot Bot merged commit 8b22969 into main Jun 30, 2026
@hoverkraft-bot hoverkraft-bot Bot deleted the docs/sync-documentation-hoverkraft-tech/ci-github-publish branch June 30, 2026 19:54
@github-actions

Copy link
Copy Markdown

Hi, thank you for creating your PR, we will check it out very soon

@github-actions

Copy link
Copy Markdown

Code Coverage Report

Coverage Results

Coverage

Metric Covered Total Percentage
Lines 12 12 100.00%
Branches 3 3 100.00%
Functions 8 8 100.00%

Overall: 100.00% 🟢
🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Fail ❌
BIOME_LINT Pass ✅
CHECKOV Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
MARKDOWN Fail ❌
MARKDOWN_PRETTIER Fail ❌
NATURAL_LANGUAGE Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

BIOME_FORMAT
Checked 78 files in 353ms. No fixes applied.
Found 1 error.application/src/pages/index.tsx format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Formatter would have printed the following content:

    102 102 │     const projects = [
    103 103 │       {
    104     │ - ······name:·'compose-action',
    105     │ - ······icon:·'⚡',
    106     │ - ······url:·'https://github.com/hoverkraft-tech/compose-action',
        104 │ + ······name:·"compose-action",
        105 │ + ······icon:·"⚡",
        106 │ + ······url:·"https://github.com/hoverkraft-tech/compose-action",
    107 107 │         stars: 210,
    108     │ - ······language:·'TypeScript',
    109     │ - ······description:·'This·action·runs·your·docker-compose·file·and·clean·up·before·action·finished',
    110     │ - ······tags:·[
    111     │ - ········'continuous-integration',
    112     │ - ········'docker-compose',
    113     │ - ········'github-actions'
    114     │ - ······],
    115     │ - ······accent:·'primary'
        108 │ + ······language:·"TypeScript",
        109 │ + ······description:
        110 │ + ········"This·action·runs·your·docker-compose·file·and·clean·up·before·action·finished",
        111 │ + ······tags:·["continuous-integration",·"docker-compose",·"github-actions"],
        112 │ + ······accent:·"primary",
    116 113 │       },
    117 114 │       {
    118     │ - ······name:·'ci-dokumentor',
    119     │ - ······icon:·'⚡',
    120     │ - ······url:·'https://github.com/hoverkraft-tech/ci-dokumentor',
        115 │ + ······name:·"ci-dokumentor",
        116 │ + ······icon:·"⚡",
        117 │ + ······url:·"https://github.com/hoverkraft-tech/ci-dokumentor",
    121 118 │         stars: 5,
    122     │ - ······language:·'TypeScript',
    123     │ - ······description:·'Automated·documentation·generator·for·CI/CD·components',
    124     │ - ······tags:·[
    125     │ - ········'documentation',
    126     │ - ········'github-actions',
    127     │ - ········'open-source'
    128     │ - ······],
    129     │ - ······accent:·'neutral'
        119 │ + ······language:·"TypeScript",
        120 │ + ······description:·"Automated·documentation·generator·for·CI/CD·components",
        121 │ + ······tags:·["documentation",·"github-actions",·"open-source"],
        122 │ + ······accent:·"neutral",
    130 123 │       },
    131 124 │       {
    132     │ - ······name:·'ci-github-container',
    133     │ - ······icon:·'⚡',
    134     │ - ······url:·'https://github.com/hoverkraft-tech/ci-github-container',
        125 │ + ······name:·"ci-github-container",
        126 │ + ······icon:·"⚡",
        127 │ + ······url:·"https://github.com/hoverkraft-tech/ci-github-container",
    135 128 │         stars: 5,
    136     │ - ······language:·'Go·Template',
    137     │ - ······description:·'Opinionated·GitHub·Actions·and·workflows·for·continuous·integration·in·container·(OCI)·context',
    138     │ - ······tags:·[
    139     │ - ········'build',
    140     │ - ········'containers',
    141     │ - ········'continuous-integration'
    142     │ - ······],
    143     │ - ······accent:·'primary'
    144     │ - ····}
        129 │ + ······language:·"Go·Template",
        130 │ + ······description:
        131 │ + ········"Opinionated·GitHub·Actions·and·workflows·for·continuous·integration·in·container·(OCI)·context",
        132 │ + ······tags:·["build",·"containers",·"continuous-integration"],
        133 │ + ······accent:·"primary",
        134 │ + ····},
    145 135 │     ];
    146 136 │


format ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  × Some errors were emitted while running checks.

MARKDOWN
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md:75:202 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md:75:217 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md:75:235 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md:85:146 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md:85:161 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md:85:185 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:106:150 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:106:165 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:106:189 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:107:195 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:107:210 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:107:234 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:113:192 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:113:207 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md:113:231 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md:117:215 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md:117:230 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md:117:254 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/report/index.md:124:237 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/report/index.md:124:252 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/report/index.md:124:292 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/read/index.md:82:223 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/read/index.md:82:238 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/read/index.md:82:278 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/update/index.md:112:238 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/update/index.md:112:253 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/update/index.md:112:293 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/release/create/index.md:155:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/release/create/index.md:155:233 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/release/create/index.md:155:257 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/workflow/get-workflow-failure/index.md:82:190 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/workflow/get-workflow-failure/index.md:82:205 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/workflow/get-workflow-failure/index.md:82:229 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:110:192 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:110:207 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:110:220 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:110:242 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:112:167 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:112:182 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:112:195 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:112:217 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:126:262 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:126:277 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:128:203 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md:128:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:135:228 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:135:243 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:135:256 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:135:280 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:137:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:137:231 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:137:255 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:140:150 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:140:165 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:140:178 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:140:202 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:146:247 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:146:262 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:146:275 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:146:299 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:160:152 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md:160:167 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:145:192 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:145:207 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:145:220 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:145:242 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:148:167 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:148:182 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:148:195 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:148:217 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:159:262 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:159:277 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:161:203 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md:161:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:254:374 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:254:389 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:254:402 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:254:431 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:267:296 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:267:311 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:267:324 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:267:353 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:276:343 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:276:358 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:276:371 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:276:400 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:278:404 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:278:419 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:278:432 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:278:461 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:292:400 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:292:415 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:292:428 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:292:457 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:294:400 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:294:415 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:294:428 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:294:457 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:296:400 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:296:415 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:296:428 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:296:457 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:304:349 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:304:364 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:304:377 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:304:406 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:316:187 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:316:202 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:318:181 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:318:196 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:323:181 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md:323:196 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:98:185 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:98:200 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:98:214 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:98:236 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:101:107 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:101:122 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:101:136 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md:101:158 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:115:204 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:115:219 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:115:232 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:115:254 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:117:223 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:117:238 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:117:251 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:117:273 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:119:126 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:119:141 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:119:154 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md:119:176 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:117:227 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:117:242 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:117:255 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:117:277 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:120:264 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:120:279 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:120:292 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:120:314 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:122:246 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:122:261 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:122:274 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md:122:296 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:122:192 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:122:207 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:122:220 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:122:242 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:124:167 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:124:182 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:124:195 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:124:217 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:137:238 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:137:253 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:139:187 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md:139:202 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/prepare-release.md:97:256 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/prepare-release.md:97:271 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/prepare-release.md:97:284 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/prepare-release.md:97:306 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:113:192 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:113:207 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:113:221 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:113:243 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:119:167 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:119:182 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:119:196 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:119:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:130:262 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:130:277 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:132:203 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md:132:218 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
/github/workspace/application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/index.md:201 error MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```javascript"]
MARKDOWN_PRETTIER
Checking formatting...[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/finish-deploy-argocd-app-of-apps.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/report/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/prepare-release.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/check/url-lighthouse/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/workflow/get-workflow-failure/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/release-actions.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy-argocd-app-of-apps.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/clean-deploy/repository-dispatch/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/clean-deploy.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/read/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-argocd-app-of-apps.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deployment/update/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-chart.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/github-pages/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/release/create/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-checks.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/actions/deploy/helm-repository-dispatch/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-finish.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/github/workflows/deploy-start.md
[�[33mwarn�[39m] Code style issues found in 19 files. Run Prettier with --write to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants