Skip to content

Test lint text action #6

Test lint text action

Test lint text action #6

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
- name: Get the linting output
run: echo "${{ steps.lint.outputs.result }}"