Skip to content

new(docs): add changelog for 0.36.0 #1716

new(docs): add changelog for 0.36.0

new(docs): add changelog for 0.36.0 #1716

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
skip: .git
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: false