tisonkun commented on code in PR #4134:
URL: https://github.com/apache/opendal/pull/4134#discussion_r1477022979
##########
scripts/workspace.py:
##########
@@ -15,33 +16,21 @@
# specific language governing permissions and limitations
# under the License.
-name: Typos Check
+import subprocess
+import sys
+from constants import PACKAGES
-on:
- push:
- branches:
- - main
- pull_request:
- branches:
- - main
-concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
- cancel-in-progress: true
+if __name__ == "__main__":
Review Comment:
Contributors should know how to use this script?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]