Skip to content

Improve URI recognition #549

Improve URI recognition

Improve URI recognition #549

Workflow file for this run

name: spellcheck
on:
pull_request:
paths:
- '**.md'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
locale: "US"
exclude: '*.lock'