Skip to content

Feature: Adding Nom feature flag #19

Feature: Adding Nom feature flag

Feature: Adding Nom feature flag #19

Workflow file for this run

on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- "**.rs"
name: Cargo fmt
jobs:
format:
name: rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
components: rustfmt
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: Format Rust code using rustfmt"