Skip to content

Rename Grid "default_copy" to "same_size_with" and allow any copy value #638

Rename Grid "default_copy" to "same_size_with" and allow any copy value

Rename Grid "default_copy" to "same_size_with" and allow any copy value #638

Workflow file for this run

name: Checks
on:
push:
branches: main
pull_request:
branches: main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo fmt --check
- run: cargo clippy --tests --features frivolity -- --deny warnings
- run: cargo test