waynexia commented on code in PR #17135:
URL: https://github.com/apache/datafusion/pull/17135#discussion_r2271414447


##########
.github/workflows/rust.yml:
##########
@@ -781,3 +781,11 @@ jobs:
       - name: Check datafusion-proto
         working-directory: datafusion/proto
         run: cargo msrv --output-format json --log-target stdout verify
+  typos:
+    name: Spell Check with Typos
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+        with:
+          persist-credentials: false
+      - uses: crate-ci/typos@master

Review Comment:
   find it 
https://github.com/apache/infrastructure-actions/blob/4b7c80ef656dd3a147546ac60c4e10c0285f0927/approved_patterns.yml#L82.
 I'll use a version (or hash) in the follow up PR



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to