Skip to content

docs(hoverkraft-tech/github-action-ovh-mks-scaling): update documentation#1246

Merged
hoverkraft-bot[bot] merged 1 commit into
mainfrom
docs/sync-documentation-hoverkraft-tech/github-action-ovh-mks-scaling
Jun 29, 2026
Merged

docs(hoverkraft-tech/github-action-ovh-mks-scaling): update documentation#1246
hoverkraft-bot[bot] merged 1 commit into
mainfrom
docs/sync-documentation-hoverkraft-tech/github-action-ovh-mks-scaling

Conversation

@hoverkraft-bot

Copy link
Copy Markdown
Contributor

Update documentation for hoverkraft-tech/github-action-ovh-mks-scaling

…tion

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@hoverkraft-bot hoverkraft-bot Bot merged commit 1889894 into main Jun 29, 2026
@hoverkraft-bot hoverkraft-bot Bot deleted the docs/sync-documentation-hoverkraft-tech/github-action-ovh-mks-scaling branch June 29, 2026 05:05
@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 Pass ✅
MARKDOWN_PRETTIER Pass ✅
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 414ms. 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.

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