Skip to content

update(cmake): bumped libs to 0.13.4 tag. #1796

update(cmake): bumped libs to 0.13.4 tag.

update(cmake): bumped libs to 0.13.4 tag. #1796

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