Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Configure Renovate #6

Configure Renovate

Configure Renovate #6

Workflow file for this run

name: markdown
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: .
config_file: ".markdownlint.json"