Skip to content

Fix GitHub links in nep-0455.md #1045

Fix GitHub links in nep-0455.md

Fix GitHub links in nep-0455.md #1045

Workflow file for this run

name: spellchecker
on:
pull_request:
branches:
- master
jobs:
misspell:
name: runner / misspell
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: misspell
id: check_for_typos
uses: reviewdog/action-misspell@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "./specs"
locale: "US"