Skip to content

feat: skip when say -y or --yes : #489

feat: skip when say -y or --yes :

feat: skip when say -y or --yes : #489

Workflow file for this run

name: Test
on:
pull_request:
merge_group:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- run: pip install uv
- uses: Swatinem/rust-cache@v2
- run: rustc --version
- run: cargo fmt --all --check
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo run -- --version