-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser * Removed DTDL Parser
- Loading branch information
Showing
59 changed files
with
510 additions
and
4,062 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Install Rust Toolchain | ||
description: | | ||
Installs the Rust toolchain. | ||
Relies on the fact that rustup show will install a toolchain. The installed version is based on a toolchain file, or stable if no such file is found. | ||
inputs: | ||
components: | ||
description: A list of additional components to install | ||
required: false | ||
default: null | ||
runs: | ||
using: "composite" | ||
steps: | ||
- name: Install Rust Toolchain | ||
# A note on using rustup show to do this (from https://rust-lang.github.io/rustup/overrides.html): | ||
# To verify which toolchain is active, you can use rustup show, | ||
# which will also try to install the corresponding toolchain if the current one has not been installed [...]. | ||
# (Please note that this behavior is subject to change, as detailed in issue #1397 [https://github.com/rust-lang/rustup/issues/1397].) | ||
run: rustup show | ||
shell: bash | ||
- name: Install Additional Components | ||
run: rustup component add ${{ inputs.components }} | ||
shell: bash | ||
if: ${{ inputs.components != null }} |
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
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"https://raw.githubusercontent.com/moq/moq4/main/License.txt": "BSD 3-Clause", | ||
"https://www.nuget.org/packages/NUnit/3.13.3/License": "MIT", | ||
"https://www.nuget.org/packages/NUnit.Analyzers/3.3.0/License": "MIT" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.