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
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
components: rustfmt, clippy
|
||||||
- name: Install clippy and rustfmt
|
profile: minimal
|
||||||
if: matrix.job == 'lint'
|
|
||||||
run: |
|
|
||||||
rustup component add clippy
|
|
||||||
rustup component add rustfmt
|
|
||||||
|
|
||||||
- name: Install Deno
|
- name: Install Deno
|
||||||
if: matrix.job == 'lint'
|
if: matrix.job == 'lint'
|
||||||
|
|
Loading…
Reference in a new issue