Update format item state to convert all numerical item types (#599) #85
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation | |
on: | |
push: | |
branches: [ main ] | |
paths: [ '**.md' ] | |
pull_request: | |
branches: [ main ] | |
paths: [ '**.md' ] | |
jobs: | |
markdown: | |
name: Markdown Linting | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Lint Markdown files | |
uses: nosborn/github-action-markdown-cli@v3 | |
with: | |
files: . |