File: codespell.yml

package info (click to toggle)
fluidsynth 2.5.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,292 kB
  • sloc: ansic: 45,503; cpp: 4,974; xml: 877; sh: 200; makefile: 74
file content (21 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: Codespell Linter

on:
  pull_request:
    branches:
      - '**'

jobs:
  codespell:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v6

      # Run Codespell to check for typos
      - name: Run Codespell
        uses: codespell-project/actions-codespell@v2
        with:
            ignore_words_list: READD,caf,rin,datas,Claus,lins
            skip: ./.git,*.pdf,./AUTHORS,./THANKS,./contrib