Fix CI
Some checks failed
Rust / check (push) Failing after 10m7s

This commit is contained in:
August 2025-11-14 00:11:49 -05:00
parent ae10b786fe
commit 9f1fcf3a6c
Signed by: shibedrill
GPG Key ID: 5FE0CB25945EFAA2
2 changed files with 1 additions and 18 deletions

View File

@ -16,17 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo check
- run: cargo clippy
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo build --release
- uses: actions/upload-artifact@v4
with:
path: target/release/shibe-bot

View File

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"