Skip to content

feat: replace ACR and MCR with GHCR (#45) #122

feat: replace ACR and MCR with GHCR (#45)

feat: replace ACR and MCR with GHCR (#45) #122

Workflow file for this run

name: Markdown Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v9
with:
command: config
globs: |
.github/.markdownlint.json
**/*.md