File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1+
2+ name : Lint
3+ on :
4+ pull_request :
5+
6+ jobs :
7+ codespell :
8+ name : Run codespell on documentation
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v4
12+ - name : Run codespell
13+ uses : codespell-project/actions-codespell@v2
Original file line number Diff line number Diff line change 1919 linter : ${{ matrix.linter }}
2020 distribution : rolling
2121 package-name : " *"
22- codespell :
23- name : Run codespell on documentation
24- runs-on : ubuntu-latest
25- steps :
26- - uses : actions/checkout@v4
27- - name : Run codespell
28- uses : codespell-project/actions-codespell@v2
29- with :
30- skip : ' *.fits'
31- ignore_words_file : .codespellignore
32- path : docs/source- name: Run codespell on documentation
22+ uses : codespell-project/actions-codespell@v2
You can’t perform that action at this time.
0 commit comments