Skip to content

Follow PEP8 standard on library imports. import has higher `precede… #62

Follow PEP8 standard on library imports. import has higher `precede…

Follow PEP8 standard on library imports. import has higher `precede… #62

Workflow file for this run

name: Spellcheck Action
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@v0
name: Spellcheck