Skip to content

feat: initial import (#1) #16

feat: initial import (#1)

feat: initial import (#1) #16

Workflow file for this run

name: spellcheck
on:
push:
jobs:
spellcheck:
name: runner / spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v2
- name: Run PySpelling as a GitHub action
uses: sbates130272/[email protected]