neuroweb icon indicating copy to clipboard operation
neuroweb copied to clipboard

Introduce format & clippy in workflow

Open siddharthteli12 opened this issue 2 years ago • 0 comments
trafficstars

clippy & fmt check should be added in workflow. clippy workflow is already commented out here.

Describe the solution you'd like

test-code.yml

- name: Check and Lint Code
    run: cargo clippy --all --all-targets -- -D warnings

- name: Check format 
    run: cargo fmt --all -- --check 

siddharthteli12 avatar Oct 14 '23 08:10 siddharthteli12