Skip to content

Commit

Permalink
ci: Update spellcheck to check meson files
Browse files Browse the repository at this point in the history
... instead of the removed autotools

Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Jan 23, 2025
1 parent bec1c94 commit 0b16c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Check the Style
run: make check-style || (make check-style-show; exit -1)
- name: Check spelling
run: codespell --ignore-words-list="sorce,clen,adin" *.md Makefile.am \
configure.ac src tests -S src/pkcs11.h
run: codespell --ignore-words-list="sorce,clen,adin" *.md Makefile \
meson.build meson_options.txt src tests -S src/pkcs11.h

0 comments on commit 0b16c13

Please sign in to comment.