Skip to content

Make all linters happy #16

Make all linters happy

Make all linters happy #16

Workflow file for this run

name: Spellcheck
# Currently, only python is spellchecked
on:
workflow_dispatch:
push:
paths:
- "src/**.py"
pull_request:
paths:
- "src/**.py"
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Spellcheck ✅
uses: rojopolis/[email protected]