Skip to content

Commit ba1ee8d

Browse files
Switch back check name
1 parent 0d59b43 commit ba1ee8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: validate compliance-matrix
8080
run: git diff --exit-code spec-compliance-matrix.md || (echo 'Generated compliance matrix is out of date, please run "make compliance-matrix" and commit the changes in this PR.' && exit 1)
8181

82-
cspell:
82+
misspell:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: check out code

0 commit comments

Comments
 (0)