Skip to content

Test lint text action #14

Test lint text action

Test lint text action #14

Workflow file for this run

name: Lint Markdown
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Lint text action
id: lint
uses: bravmi/lint-text-action@master
with:
tool: 'proselint' # Change to 'write-good' if preferred
ignore_paths: "zsh"