mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
build: list Rust version used by CI
This commit is contained in:
parent
94457e5f90
commit
1c62849272
9
.github/workflows/ares-shared.yml
vendored
9
.github/workflows/ares-shared.yml
vendored
@ -14,13 +14,18 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# Makes it easier to determine why CI might differ from local linter/build
|
||||||
|
#
|
||||||
|
- name: Version
|
||||||
|
run: rustc --version
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
|
|
||||||
# See clippy linter docs: https://github.com/rust-lang/rust-clippy
|
# See clippy linter docs: https://github.com/rust-lang/rust-clippy
|
||||||
#
|
#
|
||||||
# First linter is set to fail for all warnings, then ignored warnings explicitly
|
# First linter is set to fail for all warnings, then ignored warnings are
|
||||||
# are explicitly listed
|
# explicitly listed
|
||||||
#
|
#
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user