alamb commented on code in PR #11259:
URL: https://github.com/apache/datafusion/pull/11259#discussion_r1666710076
##########
.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:
Unfortunately, strictly speaking I think using a third-party github actions
violates ASF security policy
https://infra.apache.org/github-actions-secrets.html
> Notice: December 27, 2020: We only allow Actions that are official "Made
by GitHub" or local to the Apache org on GitHub, to address a potential
security vulnerability. This is an incident-related policy change. We are
researching the situation, and the policy may evolve based on what we learn.
--
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]