Skip to content

Commit cbae4e9

Browse files
adding codespell to ci
Signed-off-by: Nils-ChristianIseke <nilsmailiseke@gmail.com>
1 parent 1cbeae4 commit cbae4e9

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

‎.github/workflows/codespell.yml‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

‎.github/workflows/lint.yml‎

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,4 @@ jobs:
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

0 commit comments

Comments
 (0)