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: |
|
||||
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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue