chore: add banderole to ci

This commit is contained in:
zhom
2025-07-25 11:59:17 +04:00
parent cf5b498bd6
commit d06dbb6c70
4 changed files with 13 additions and 1 deletions
+3
View File
@@ -62,6 +62,9 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Install banderole
run: cargo install banderole
- name: Install dependencies (Ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: |