Skip to content

Document usage of lagoon:project:deploykey #297

Document usage of lagoon:project:deploykey

Document usage of lagoon:project:deploykey #297

# Lint all Markdown files in the repository.
on:
push:
paths:
- "**.md"
- ".github/workflows/markdown-lint.yaml"
name: Lint Markdown
jobs:
MarkdownLint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
# git with HTTP authentication provides an easy way for us to install
# unreleased commits of NPM projects.
- name: Reconfigure git to use HTTP authentication
run: git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/".insteadOf ssh://[email protected]/
- name: Install problem matcher
uses: xt0rted/markdownlint-problem-matcher@v3
- name: Lint Markdown
run: npx markdownlint-cli2