feat: add support for rustypipe-botguard to get PO tokens
This commit is contained in:
parent
92340056f8
commit
b90a252a5e
16 changed files with 313 additions and 100 deletions
|
|
@ -24,6 +24,13 @@ jobs:
|
|||
with:
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Download rustypipe-botguard
|
||||
run: |
|
||||
TARGET=$(rustc --version --verbose | grep "host:" | sed -e 's/^host: //')
|
||||
curl -SsL -o rustypipe-botguard.gz "https://thetadev.de/dl/rustypipe-botguard-${TARGET}.gz"
|
||||
sudo gunzip -c rustypipe-botguard.gz > /usr/local/bin/rustypipe-botguard
|
||||
sudo chmod +x /usr/local/bin/rustypipe-botguard
|
||||
|
||||
- name: 📎 Clippy
|
||||
run: cargo clippy --all --tests --features=rss,indicatif,audiotag -- -D warnings
|
||||
|
||||
|
|
|
|||
Reference in a new issue