- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.7k
chore: fix typos #17135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix typos #17135
Changes from 10 commits
2911068
              4ce58bd
              51718dc
              d3e8073
              a87250f
              183a862
              79d82bc
              8ca699f
              6d620ef
              fffef95
              79f494a
              684e43d
              e63f74c
              a85190d
              172eca8
              ea7ea96
              622442f
              b749d0d
              5138386
              bd00475
              File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -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 | ||
|         
                  waynexia marked this conversation as resolved.
              Outdated
          
            Show resolved
            Hide resolved | ||
| - uses: crate-ci/typos@master | ||
|          | ||
| Original file line number | Diff line number | Diff line change | 
|---|---|---|
|  | @@ -403,7 +403,7 @@ async fn run_aggregate_test(input1: Vec<RecordBatch>, group_by_columns: Vec<&str | |
| Left Plan:\n{}\n\ | ||
| Right Plan:\n{}\n\ | ||
| schema:\n{schema}\n\ | ||
| Left Ouptut:\n{}\n\ | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ❤️ | ||
| Left Output:\n{}\n\ | ||
| Right Output:\n{}\n\ | ||
| input:\n{}\n\ | ||
| ", | ||
|  | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pin to a fixed revision to prevent it from breaking unexpectedly because of a dictionary update. And use an unversioned new commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if "unversioned new commit." is something not released yet, then let's please use a tagged version
See also #17046 (comment)
I believe there is no good reason to pin precise commits for GitHub's own internal actions such as
actions/checkout.