Skip to content

Switch to using f64 types instead of i32 for coordinates and area #17

Switch to using f64 types instead of i32 for coordinates and area

Switch to using f64 types instead of i32 for coordinates and area #17

Workflow file for this run

name: Clippy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
# Make sure CI fails on all warnings (Clippy lints)
RUSTFLAGS: "-Dwarnings"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint code
run: cargo clippy --all-targets --all-features