mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
chore: remove convco from essentials.yml
This commit is contained in:
parent
52f902b5e1
commit
76eac9e2ed
1 changed files with 8 additions and 8 deletions
16
.github/workflows/essentials.yml
vendored
16
.github/workflows/essentials.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue