Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /src/plugins/TreeSitter/tree-sitter-c #658

Bump js-yaml from 4.1.0 to 4.1.1 in /src/plugins/TreeSitter/tree-sitter-c

Bump js-yaml from 4.1.0 to 4.1.1 in /src/plugins/TreeSitter/tree-sitter-c #658

Workflow file for this run

name: Codespell
on:
push:
branches : ["main"]
pull_request:
branches : ["main"]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
path: ./src/
skip: "*.lua,*.ui,./src/stb/stb_*.h"
ignore_words_list: "doubleclick,msdos,iterm"
ignore_words_file: .codespellignore