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

Update nosborn/github-action-markdown-cli action to v3 #8

Update nosborn/github-action-markdown-cli action to v3

Update nosborn/github-action-markdown-cli action to v3 #8

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@v3.3.0
with:
files: .
config_file: ".markdownlint.json"