Skip to content

Update GitHub Actions #173

Update GitHub Actions

Update GitHub Actions #173

Workflow file for this run

name: Lint Markdown files
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Lint Markdown files
uses: avto-dev/markdown-lint@v1
with:
config: '.markdownlint.json'
args: '**/*.md .github/**/*.md'