Skip to content

ci: Speed up the Linux builds (parallel make, ccache, docs out of ALL) #149

ci: Speed up the Linux builds (parallel make, ccache, docs out of ALL)

ci: Speed up the Linux builds (parallel make, ccache, docs out of ALL) #149

Workflow file for this run

name: Codespell
on: [pull_request]
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1
builtin: clear
skip: "*.vbs,rust"
ignore_words_list: "afterall" # Important note: ignored words must be lowercase