File: codespell.yml

package info (click to toggle)
sfp-master 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,636 kB
  • sloc: cpp: 2,993; ansic: 489; xml: 125; sh: 21; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 505 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@v5
      - 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