Skip to content

Merge pull request #24 from 9names/0.2_release_prep #62

Merge pull request #24 from 9names/0.2_release_prep

Merge pull request #24 from 9names/0.2_release_prep #62

Workflow file for this run

on: [push, pull_request]
name: Code formatting check
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-24.04
env:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --check