Skip to content

Pre v0.6.10

Pre v0.6.10 #341

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