Skip to content

improve README feature section formatting consistency (#566) #601

improve README feature section formatting consistency (#566)

improve README feature section formatting consistency (#566) #601

Workflow file for this run

on:
push:
branches:
- '*'
- '!release'
name: format
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}