File: codespell.yml

package info (click to toggle)
imsprog 1.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,228 kB
  • sloc: cpp: 8,409; ansic: 6,111; xml: 719; sh: 265; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 504 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 show the typo detected but don't make workflow to fail
          only_warn: 1
          skip: "*.ts"
          # word to exclude must be always lowercase as must be same of the codespell dictionary
          ignore_words_list: ba