mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
fix
This commit is contained in:
parent
5f9759b6ca
commit
6d71725653
1 changed files with 2 additions and 6 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -88,12 +88,8 @@ jobs:
|
|||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install clippy and rustfmt
|
||||
if: matrix.job == 'lint'
|
||||
run: |
|
||||
rustup component add clippy
|
||||
rustup component add rustfmt
|
||||
components: rustfmt, clippy
|
||||
profile: minimal
|
||||
|
||||
- name: Install Deno
|
||||
if: matrix.job == 'lint'
|
||||
|
|
Loading…
Reference in a new issue