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: | run: |
cargo clippy -- -D warnings cargo clippy -- -D warnings
- name: Quality - convco check # - name: Quality - convco check
run: | # run: |
git show-ref # git show-ref
curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip # curl -sSfLO https://github.com/convco/convco/releases/latest/download/convco-ubuntu.zip
unzip convco-ubuntu.zip # unzip convco-ubuntu.zip
chmod +x convco # chmod +x convco
./convco check # ./convco check
rm convco # rm convco
- name: Quality - cargo deny check - name: Quality - cargo deny check
run: | run: |