Skip to content

Add buildthepromise.com link to README homepage #17

Add buildthepromise.com link to README homepage

Add buildthepromise.com link to README homepage #17

Workflow file for this run

name: Markdown Lint
on:
pull_request:
push:
branches: [main]
workflow_dispatch:
jobs:
markdownlint:
name: Lint Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'
config: '.markdownlint.yml'