Skip to content

feat(render): Claude rate_limits 세그먼트(5h/7d 쿼터 % + 리셋 카운트다운) #84

feat(render): Claude rate_limits 세그먼트(5h/7d 쿼터 % + 리셋 카운트다운)

feat(render): Claude rate_limits 세그먼트(5h/7d 쿼터 % + 리셋 카운트다운) #84

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- name: cargo fmt --check
run: cargo fmt --check
- name: cargo clippy
run: cargo clippy --all-targets -- -D warnings
- name: cargo build --release
run: cargo build --release
- name: cargo test
run: cargo test