mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
chore: add Rust toolchain components (#14004)
This commit is contained in:
parent
fce60f2cc2
commit
3c47500975
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -87,12 +87,6 @@ jobs:
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install clippy and rustfmt
|
||||
if: matrix.job == 'lint'
|
||||
run: |
|
||||
rustup component add clippy
|
||||
rustup component add rustfmt
|
||||
|
||||
- name: Install Deno
|
||||
if: matrix.job == 'lint'
|
||||
run: |
|
||||
|
@ -1,2 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.59.0"
|
||||
components = ["rustfmt", "clippy"]
|
||||
|
Loading…
Reference in New Issue
Block a user