Skip to content

sync(release/0.36.x): update libs to 0.13.3 #1778

sync(release/0.36.x): update libs to 0.13.3

sync(release/0.36.x): update libs to 0.13.3 #1778

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