juzhiyuan commented on a change in pull request #1107:
URL: https://github.com/apache/apisix-dashboard/pull/1107#discussion_r547898796
##########
File path: .github/workflows/spellchecker.yml
##########
@@ -0,0 +1,24 @@
+name: spellchecker
+on:
+ push:
+ branches:
+ - master
Review comment:
PR is enough 😊
##########
File path: .github/workflows/spellchecker.yml
##########
@@ -0,0 +1,24 @@
+name: spellchecker
+on:
+ push:
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
+jobs:
+ misspell:
+ name: runner / misspell
Review comment:
extra space?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]