Skip to content

CI: vcpkg update to d765306b074717dea8dc1c4723e1b025acb61c2d #207

CI: vcpkg update to d765306b074717dea8dc1c4723e1b025acb61c2d

CI: vcpkg update to d765306b074717dea8dc1c4723e1b025acb61c2d #207

Workflow file for this run

name: Codespell
on:
push:
pull_request:
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: true
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
path: ${{github.workspace}}
skip: "*.lua,codespell.yml"
ignore_words_list: "doubleclick,msdos,rabits,eArch"