Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Document running in GitLab CI/CD Pipeline #231

Open
oxr463 opened this issue Feb 6, 2023 · 2 comments
Open

Document running in GitLab CI/CD Pipeline #231

oxr463 opened this issue Feb 6, 2023 · 2 comments
Labels
documentation Documentation changes enhancement New feature request or implementation good first issue If you want to contribute, this kind of issue may be a nice way to start

Comments

@oxr463
Copy link

oxr463 commented Feb 6, 2023

The README.md file only mentions GitHub Actions.

@tcort tcort added enhancement New feature request or implementation documentation Documentation changes good first issue If you want to contribute, this kind of issue may be a nice way to start labels Mar 9, 2023
@dklimpel
Copy link
Contributor

dklimpel commented Oct 1, 2023

here an example:

linkchecker:
  stage: test
  image:
    name: ghcr.io/tcort/markdown-link-check:3.11.2
    entrypoint: ["/bin/sh", "-c"]
  needs: []
  variables:
    MARKDOWN_LINK_CHECK_CONFIG_FILE: markdown-link-check-config.json
  script:
    - find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -c ${MARKDOWN_LINK_CHECK_CONFIG_FILE}
  rules:
    - changes:
      - "**/*.md"
      - ${MARKDOWN_LINK_CHECK_CONFIG_FILE}

@dklimpel
Copy link
Contributor

dklimpel commented Jun 1, 2024

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
documentation Documentation changes enhancement New feature request or implementation good first issue If you want to contribute, this kind of issue may be a nice way to start
Projects
None yet
Development

No branches or pull requests

3 participants