1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
This commit is contained in:
Ryan Dahl 2022-03-02 09:02:18 -05:00
parent 5f9759b6ca
commit 6d71725653

View file

@ -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'