Skip to content

Update preparation_config_yaml_file.rst #424

Update preparation_config_yaml_file.rst

Update preparation_config_yaml_file.rst #424

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