Xuanwo commented on code in PR #4134:
URL: https://github.com/apache/opendal/pull/4134#discussion_r1477048977


##########
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:
   I've created workspace.py for personal use. I'm hesitant to share this with 
contributors. Ideally, contributors should focus on specific components such as 
core or python binding. It's unlikely that they'll need to operate across all 
components.



-- 
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]

Reply via email to