-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into index-from-tree
- Loading branch information
Showing
331 changed files
with
11,004 additions
and
3,629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
---- | ||
|
||
Can [Byron](https://github.com/Byron) review the PR on video? | ||
Ok for [Byron](https://github.com/Byron) review the PR on video? | ||
|
||
Please choose one - no choice means no recordings are made. | ||
- [ ] I give my permission to record review and upload on YouTube publicly | ||
|
||
- [ ] Record review and upload on YouTube publicly | ||
- [ ] Record review and upload on YouTube, but keep video unlisted | ||
|
||
If you ticked any of the above boxes, I will always share a link to the video in the PR. | ||
If I think the review will be helpful for the community, then I might record and publish a video. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
name: Minimum Supported Rust Version | ||
|
||
on: | ||
# Trigger the workflow on push to master or any pull request | ||
# Ignore all tags | ||
push: | ||
branches: | ||
- main | ||
tags-ignore: '*' | ||
branches: [ main ] | ||
tags-ignore: [ '*' ] | ||
pull_request: | ||
branches: | ||
- 'main' | ||
|
||
name: Minimum Supported Rust Version | ||
branches: [ main ] | ||
|
||
jobs: | ||
rustfmt: | ||
|
@@ -21,15 +19,8 @@ jobs: | |
- ubuntu-latest | ||
runs-on: ${{ matrix.os }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- run: rustup set auto-self-update disable | ||
if: contains(runner.os, 'windows') | ||
shell: bash | ||
- uses: actions-rs/toolchain@v1 | ||
with: | ||
profile: minimal | ||
toolchain: "1.59.0" # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well | ||
override: true | ||
- uses: actions/checkout@v3 | ||
- uses: dtolnay/[email protected] # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well | ||
- run: make check-msrv-on-ci | ||
continue-on-error: true # TODO: turn this off once the toolchain gets updated. There is a strange error preventing cargo to select the correct libgit2 version | ||
# like it doesn't exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.