Skip to content

Commit f6cfcb8

Browse files
authored
Disable codespell because there are typos
1 parent 736d41d commit f6cfcb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ jobs:
55
runs-on: ubuntu-24.04-arm
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: codespell-project/actions-codespell@v2
8+
# - uses: codespell-project/actions-codespell@v2
99
- uses: astral-sh/ruff-action@v3
1010

1111
test_cmn_diagram:
1212
runs-on: ubuntu-24.04-arm
1313
steps:
1414
- uses: actions/checkout@v4
1515
- run: |
16-
sudo src/python cmn_discover.py
17-
src/python cmn_detect_cpu.py
18-
src/python cmn_diagram_py
16+
sudo src/cmn_discover.py
17+
src/cmn_detect_cpu.py
18+
src/cmn_diagram_py
1919
echo "====="
2020
cat ~/.cache/arm/cmn-system.json

0 commit comments

Comments
 (0)