Skip to content

fix: spelling mistake (#1044) #1034

fix: spelling mistake (#1044)

fix: spelling mistake (#1044) #1034

Workflow file for this run

on:
push:
branches:
- '*'
name: "Format Code"
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 }}