Skip to content

docs(hoverkraft-tech/ci-github-container): update documentation#1252

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

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

Conversation

@hoverkraft-bot

Copy link
Copy Markdown
Contributor

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

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@hoverkraft-bot hoverkraft-bot Bot merged commit 3aed327 into main Jun 30, 2026
@hoverkraft-bot hoverkraft-bot Bot deleted the docs/sync-documentation-hoverkraft-tech/ci-github-container branch June 30, 2026 18:15
@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 360ms. 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-container/actions/docker/build-image/index.md:187:226 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-container/actions/docker/build-image/index.md:187:241 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-container/actions/docker/build-image/index.md:187:276 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-container/actions/docker/build-image/index.md:192:226 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-container/actions/docker/build-image/index.md:192:241 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-container/actions/docker/build-image/index.md:192:276 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-container/actions/docker/build-image/index.md:195:179 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-container/actions/docker/build-image/index.md:195:194 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-container/actions/docker/build-image/index.md:195: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-container/actions/docker/build-image/index.md:198:179 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-container/actions/docker/build-image/index.md:198:194 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-container/actions/docker/build-image/index.md:198: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-container/actions/docker/build-image/index.md:201: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-container/actions/docker/build-image/index.md:201: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-container/actions/docker/build-image/index.md:201:282 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-container/actions/docker/build-image/index.md:203: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-container/actions/docker/build-image/index.md:203: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-container/actions/docker/build-image/index.md:203:282 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-container/actions/docker/build-image/index.md:205: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-container/actions/docker/build-image/index.md:205: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-container/actions/docker/build-image/index.md:205:282 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-container/actions/docker/build-image/index.md:207: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-container/actions/docker/build-image/index.md:207: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-container/actions/docker/build-image/index.md:207:282 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-container/actions/docker/build-image/index.md:209: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-container/actions/docker/build-image/index.md:209: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-container/actions/docker/build-image/index.md:209:282 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-container/actions/docker/build-image/index.md:211: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-container/actions/docker/build-image/index.md:211: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-container/actions/docker/build-image/index.md:211:288 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-container/actions/docker/build-image/index.md:213: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-container/actions/docker/build-image/index.md:213: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-container/actions/docker/build-image/index.md:213:288 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-container/actions/docker/build-image/index.md:215:226 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-container/actions/docker/build-image/index.md:215:241 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-container/actions/docker/build-image/index.md:215:276 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-container/actions/docker/build-image/index.md:217: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-container/actions/docker/build-image/index.md:217:249 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-container/actions/docker/build-image/index.md:217: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-container/actions/docker/clean-images/index.md:92:328 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-container/actions/docker/clean-images/index.md:92: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-container/actions/docker/clean-images/index.md:92:367 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-container/actions/docker/create-images-manifests/index.md:140:826 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-container/actions/docker/create-images-manifests/index.md:140:841 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-container/actions/docker/create-images-manifests/index.md:140:876 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-container/actions/docker/create-images-manifests/index.md:145:826 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-container/actions/docker/create-images-manifests/index.md:145:841 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-container/actions/docker/create-images-manifests/index.md:145:876 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-container/actions/docker/get-image-metadata/index.md:75:134 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-container/actions/docker/get-image-metadata/index.md:75:149 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-container/actions/docker/get-image-metadata/index.md:75: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-container/actions/docker/get-image-metadata/index.md:76:134 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-container/actions/docker/get-image-metadata/index.md:76:149 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-container/actions/docker/get-image-metadata/index.md:76: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-container/actions/docker/prune-pull-requests-image-tags/index.md:92:339 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-container/actions/docker/prune-pull-requests-image-tags/index.md:92:354 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-container/actions/docker/prune-pull-requests-image-tags/index.md:92:379 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-container/actions/docker/setup/index.md:111: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-container/actions/docker/setup/index.md:111:249 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-container/actions/docker/setup/index.md:111: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-container/actions/helm/generate-docs/index.md:95: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-container/actions/helm/generate-docs/index.md:95:180 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-container/actions/helm/generate-docs/index.md:95:208 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-container/actions/helm/generate-docs/index.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-container/actions/helm/generate-docs/index.md:101:173 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-container/actions/helm/generate-docs/index.md:101:201 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-container/actions/helm/generate-docs/index.md:103: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-container/actions/helm/generate-docs/index.md:103:173 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-container/actions/helm/generate-docs/index.md:103:201 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-container/actions/helm/prepare-chart/index.md:68:140 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-container/actions/helm/prepare-chart/index.md:68:155 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-container/actions/helm/prepare-chart/index.md:68:169 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-container/actions/helm/release-chart/index.md:130: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-container/actions/helm/release-chart/index.md:130:308 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-container/actions/helm/release-chart/index.md:130: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-container/actions/helm/release-chart/index.md:132: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-container/actions/helm/release-chart/index.md:132:308 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-container/actions/helm/release-chart/index.md:132: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-container/actions/helm/release-chart/index.md:134: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-container/actions/helm/release-chart/index.md:134:308 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-container/actions/helm/release-chart/index.md:134: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-container/actions/helm/release-chart/index.md:138:270 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-container/actions/helm/release-chart/index.md:138:285 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-container/actions/helm/release-chart/index.md:138:320 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-container/actions/helm/release-chart/index.md:145: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-container/actions/helm/release-chart/index.md:145: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-container/actions/helm/release-chart/index.md:145:328 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-container/actions/helm/release-chart/index.md:164:131 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-container/actions/helm/test-chart/index.md:115:175 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-container/actions/helm/test-chart/index.md:115: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-container/actions/helm/test-chart/index.md:115:225 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-container/actions/helm/test-chart/index.md:118:179 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-container/actions/helm/test-chart/index.md:118:194 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-container/actions/helm/test-chart/index.md:118: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-container/actions/helm/test-chart/index.md:121:179 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-container/actions/helm/test-chart/index.md:121:194 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-container/actions/helm/test-chart/index.md:121: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-container/actions/helm/test-chart/index.md:124:197 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-container/actions/helm/test-chart/index.md:124:212 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-container/actions/helm/test-chart/index.md:124: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-container/actions/helm/test-chart/index.md:126: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-container/actions/helm/test-chart/index.md:126: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-container/actions/helm/test-chart/index.md:126:250 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-container/actions/helm/update-chart-values/index.md:79: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-container/actions/helm/update-chart-values/index.md:79:270 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-container/actions/helm/update-chart-values/index.md:79: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-container/github/workflows/docker-build-images.md:204:614 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-container/github/workflows/docker-build-images.md:204:629 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-container/github/workflows/docker-build-images.md:204:643 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-container/github/workflows/docker-build-images.md:204:678 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-container/github/workflows/docker-build-images.md:217:583 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-container/github/workflows/docker-build-images.md:217:598 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-container/github/workflows/docker-build-images.md:217:612 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-container/github/workflows/docker-build-images.md:217:647 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-container/github/workflows/docker-build-images.md:223:599 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-container/github/workflows/docker-build-images.md:223:614 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-container/github/workflows/docker-build-images.md:223:628 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-container/github/workflows/docker-build-images.md:223:663 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-container/github/workflows/docker-build-images.md:229:589 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-container/github/workflows/docker-build-images.md:229:604 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-container/github/workflows/docker-build-images.md:229:618 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-container/github/workflows/docker-build-images.md:229:653 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-container/github/workflows/docker-build-images.md:231:589 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-container/github/workflows/docker-build-images.md:231:604 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-container/github/workflows/docker-build-images.md:231:618 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-container/github/workflows/docker-build-images.md:231:653 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-container/github/workflows/docker-build-images.md:233:583 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-container/github/workflows/docker-build-images.md:233:598 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-container/github/workflows/docker-build-images.md:233:612 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-container/github/workflows/docker-build-images.md:233:647 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-container/github/workflows/docker-build-images.md:235:591 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-container/github/workflows/docker-build-images.md:235:606 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-container/github/workflows/docker-build-images.md:235:620 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-container/github/workflows/docker-build-images.md:235:655 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-container/github/workflows/docker-build-images.md:239:536 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-container/github/workflows/docker-build-images.md:239:551 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-container/github/workflows/docker-build-images.md:239:565 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-container/github/workflows/docker-build-images.md:239:600 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-container/github/workflows/docker-build-images.md:252:206 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-container/github/workflows/docker-build-images.md:252: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-container/github/workflows/docker-build-images.md:254: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-container/github/workflows/docker-build-images.md:254: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-container/github/workflows/docker-build-images.md:256:212 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-container/github/workflows/docker-build-images.md:256: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-container/github/workflows/docker-build-images.md:294: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-container/github/workflows/docker-build-images.md:294:310 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-container/github/workflows/docker-build-images.md:294:325 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-container/github/workflows/docker-build-images.md:295: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-container/github/workflows/docker-build-images.md:295:310 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-container/github/workflows/docker-build-images.md:295:325 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-container/github/workflows/docker-build-images.md:296: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-container/github/workflows/docker-build-images.md:296:310 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-container/github/workflows/docker-build-images.md:296:325 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-container/github/workflows/docker-build-images.md:297: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-container/github/workflows/docker-build-images.md:297:310 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-container/github/workflows/docker-build-images.md:297:325 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-container/github/workflows/docker-build-images.md:298: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-container/github/workflows/docker-build-images.md:298:310 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-container/github/workflows/docker-build-images.md:298:325 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-container/github/workflows/docker-build-images.md:299: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-container/github/workflows/docker-build-images.md:299:310 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-container/github/workflows/docker-build-images.md:299:325 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-container/github/workflows/docker-build-images.md:300: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-container/github/workflows/docker-build-images.md:300:310 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-container/github/workflows/docker-build-images.md:300:325 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-container/github/workflows/docker-build-images.md:301: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-container/github/workflows/docker-build-images.md:301:310 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-container/github/workflows/docker-build-images.md:301:325 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-container/github/workflows/docker-build-images.md:308: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-container/github/workflows/docker-build-images.md:308: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-container/github/workflows/docker-build-images.md:308:250 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-container/github/workflows/prune-pull-requests-images-tags.md:106: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-container/github/workflows/prune-pull-requests-images-tags.md:106: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-container/github/workflows/prune-pull-requests-images-tags.md:106:248 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-container/github/workflows/prune-pull-requests-images-tags.md:106:273 error MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"]
MARKDOWN_PRETTIER
Checking formatting...[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/helm/generate-docs/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/build-image/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/clean-images/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/helm/prepare-chart/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/helm/release-chart/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/create-images-manifests/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/helm/test-chart/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/get-image-metadata/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/helm/update-chart-values/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/github/workflows/docker-build-images.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/prune-pull-requests-image-tags/index.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/github/workflows/prune-pull-requests-images-tags.md
[�[33mwarn�[39m] application/docs/projects/github-actions-and-reusable-workflows/ci-github-container/actions/docker/setup/index.md
[�[33mwarn�[39m] Code style issues found in 13 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