Skip to content

Cursor::set_lowerbound accepts value as argument #167

Cursor::set_lowerbound accepts value as argument

Cursor::set_lowerbound accepts value as argument #167

Workflow file for this run

on:
pull_request:
push:
branches:
- master
name: CI
jobs:
ci:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@main
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt, clippy
- run: cargo fmt --all --check -- --config=imports_granularity=Crate
- run: cargo install cargo-hack
- run: cargo hack clippy --workspace --each-feature -- -D warnings
- run: cargo hack test --workspace --each-feature