-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump mp-ecdsa * fix the ci * fix the CI * another fix for the CI * fix missing treat items --------- Co-authored-by: Shady Khalifa <[email protected]>
- Loading branch information
Showing
6 changed files
with
25 additions
and
14 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 |
---|---|---|
|
@@ -2,13 +2,16 @@ name: checks | |
|
||
on: | ||
push: | ||
branches: [ master ] | ||
branches: [master] | ||
pull_request: | ||
branches: | ||
- '**' | ||
branches: | ||
- "**" | ||
|
||
workflow_dispatch: | ||
|
||
env: | ||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git | ||
|
||
jobs: | ||
# checks markdown links | ||
link-check: | ||
|
@@ -20,9 +23,9 @@ jobs: | |
- name: Check markdown links | ||
uses: gaurav-nelson/github-action-markdown-link-check@v1 | ||
with: | ||
use-quiet-mode: 'yes' | ||
config-file: '.github/workflows/mlc_config.json' | ||
use-quiet-mode: "yes" | ||
config-file: ".github/workflows/mlc_config.json" | ||
|
||
# ensures proper formatting and clippy lint | ||
lint-check: | ||
name: lint | ||
|
@@ -37,8 +40,8 @@ jobs: | |
- name: Install latest nightly | ||
uses: dtolnay/rust-toolchain@stable | ||
with: | ||
toolchain: nightly | ||
components: rustfmt, clippy | ||
toolchain: nightly | ||
components: rustfmt, clippy | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected] | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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