Skip to content

Merge pull request #183 from PennLINC/docs/add_eg_list_sub_file #429

Merge pull request #183 from PennLINC/docs/add_eg_list_sub_file

Merge pull request #183 from PennLINC/docs/add_eg_list_sub_file #429

Workflow file for this run

---
name: Codespell
on: [push, pull_request]
# ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master