From 76eac9e2ed9918a347cf71fdae8e8f178e5eca48 Mon Sep 17 00:00:00 2001 From: graelo Date: Sat, 24 Feb 2024 00:35:50 +0100 Subject: [PATCH] chore: remove convco from essentials.yml --- .github/workflows/essentials.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/essentials.yml b/.github/workflows/essentials.yml index 7f62b94..0581b6e 100644 --- a/.github/workflows/essentials.yml +++ b/.github/workflows/essentials.yml @@ -46,14 +46,14 @@ jobs: run: | cargo clippy -- -D warnings - - name: Quality - convco check - run: | - git show-ref - curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip - unzip convco-ubuntu.zip - chmod +x convco - ./convco check - rm convco + # - name: Quality - convco check + # run: | + # git show-ref + # curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip + # unzip convco-ubuntu.zip + # chmod +x convco + # ./convco check + # rm convco - name: Quality - cargo deny check run: |