Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…to spell-test-autofix
  • Loading branch information
mgandharva committed Feb 4, 2025
2 parents 3003bf1 + 448f78c commit da9c39c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
File renamed without changes.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Makefile

# 'spell-fix' target:
# This target runs the spell check autofix script located in the specified path.
# The script 'codespell-autofix.sh' is expected to check for spelling errors and automatically fix them.
# Ensure that the 'codespell-autofix.sh' script has executable permissions.
# chmod +x .github/Spell-check-autofix/codespell-autofix.sh
spell-fix:
./.github/workflows/Spell-check-autofix/codespell-autofix.sh
./.github/spell-check-autofix/codespell-autofix.sh

0 comments on commit da9c39c

Please sign in to comment.