Skip to content

CI: update vcpkg to 2f6176ce98fee807a207dc9e8fec213f111c291b #125

CI: update vcpkg to 2f6176ce98fee807a207dc9e8fec213f111c291b

CI: update vcpkg to 2f6176ce98fee807a207dc9e8fec213f111c291b #125

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,*.ui,codespell.yml"
ignore_words_list: "doubleclick,msdos,rabits,eArch"