Skip to content

Merge pull request #18 from NextStd/feat/ns_cmd #58

Merge pull request #18 from NextStd/feat/ns_cmd

Merge pull request #18 from NextStd/feat/ns_cmd #58

Workflow file for this run

name: Format the Rust Code
on:
pull_request:
push:
branches: [ "main" ]
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check