cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.99k stars 72 forks source link

Use git command to check formatting in CI #168

Closed temeddix closed 1 year ago

temeddix commented 1 year ago

Changes

This PR attempts to simplify detection of formatting changes in CI and remove deprecation warning that comes from https://github.com/tj-actions/verify-changed-files

Before Committing

Please make sure that you've formatted the files.

dart format .
cargo clippy --fix