lewiszlw commented on code in PR #11259:
URL: https://github.com/apache/datafusion/pull/11259#discussion_r1667894081
##########
.github/workflows/rust.yml:
##########
@@ -582,3 +582,20 @@ jobs:
- name: Check datafusion-cli
working-directory: datafusion-cli
run: cargo msrv verify
+
+ check-typos:
+ name: check typos
+ runs-on: ubuntu-latest
+ timeout-minutes: 10
+ steps:
+ - uses: actions/checkout@v4
+ - name: Check typos
+ uses: crate-ci/[email protected]
Review Comment:
Alright. I will remove ci part.
--
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]