Skip to content

Fix clippy warnings (breaking changes) #294

Fix clippy warnings (breaking changes)

Fix clippy warnings (breaking changes) #294

Workflow file for this run

name: Lint-Rustfmt
on:
pull_request:
branches: [ develop ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Rustfmt
run: cargo fmt -- --check --files-with-diff