Skip to content

Commit daeffe3

Browse files
[PATCH] Apply fixes from review (- PR #328 -)
* Oops 🙈 -- `succedded` = `succeeded` Changes in file .github/workflows/CI-MATs.yml: * Fixed typo Changes in file tests/check_spelling: * added known typo to list (- WIP #272 -)
1 parent fb76e8e commit daeffe3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI-MATs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Summerize MATs for python ${{ matrix.python-version }}
104104
id: sumerize-mats
105105
run: |
106-
echo "- [x] MATS succedded with python version ${{ matrix.python-version }}" >> "$GITHUB_STEP_SUMMARY"
106+
echo "- [x] MATS succeeded with python version ${{ matrix.python-version }}" >> "$GITHUB_STEP_SUMMARY"
107107
if: ${{ success() }}
108108
- name: Post-Clean
109109
id: post

tests/check_spelling

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ CODESPELL_OPTIONS="--quiet-level=4 --builtin clear,rare,code -L assertIn"
139139
# Define specific typos to check for (regression tests)
140140
declare -a SPECIFIC_TYPOS=(
141141
"RECCOMENDED:RECOMMENDED"
142+
"succedded:succeeded"
142143
)
143144

144145
function cleanup() {

0 commit comments

Comments
 (0)