chore: remove convco from essentials.yml

This commit is contained in:
graelo 2024-02-24 00:35:50 +01:00
parent 52f902b5e1
commit 76eac9e2ed

View file

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