Skip to content

Only report new log lines with check_logfile bookmarks #152

Only report new log lines with check_logfile bookmarks

Only report new log lines with check_logfile bookmarks #152

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