Skip to content

Commit fc77151

Browse files
Update .github/workflows/linters.yml
1 parent 8fe44fd commit fc77151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo ' to fix the lint issues.'
119119
git diff
120120
elif git diff --quiet --exit-code; then
121-
echo ' None of the issue is auto-fixable, so manual fixed for'
121+
echo ' None of the issue is auto-fixable, so manual fixes for'
122122
echo ' all of the issues are required.'
123123
else
124124
echo ' Run:'

0 commit comments

Comments
 (0)