mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +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:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Makes it easier to determine why CI might differ from local linter/build
|
||||
#
|
||||
- name: Version
|
||||
run: rustc --version
|
||||
|
||||
- name: Format
|
||||
run: cargo fmt --check
|
||||
|
||||
# See clippy linter docs: https://github.com/rust-lang/rust-clippy
|
||||
#
|
||||
# First linter is set to fail for all warnings, then ignored warnings explicitly
|
||||
# are explicitly listed
|
||||
# First linter is set to fail for all warnings, then ignored warnings are
|
||||
# explicitly listed
|
||||
#
|
||||
- name: Lint
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user