Skip to content

Update _config.yml

Update _config.yml #2

Workflow file for this run

name: check-spelling
on:
push:
branches: [master]
pull_request: []
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check for typos
uses: crate-ci/typos@592b36d23c62cb378f6097a292bc902ee73f93ef # version 1.0.4
with:
files: ./README.md ./_docs ./pages ./_posts