Skip to content

Introduce format & clippy in workflow #74

@siddharthteli12

Description

@siddharthteli12

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions