Skip to content

Update Changelog.md #37

Update Changelog.md

Update Changelog.md #37

Workflow file for this run

name: Spell Check
on:
push:
paths:
- '**.md'
pull_request:
paths:
- '**.md'
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spell Check
uses: codespell-project/actions-codespell@v2
with:
skip: .git,*.png,*.jpg