Skip to content

Prep and add meson build #34

Prep and add meson build

Prep and add meson build #34

Workflow file for this run

name: Check spelling with codespell
on:
push:
branches: [master, ci-test]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
with:
ignore_words_file: .codespellignore