Skip to content

doc: change reserved keyword in codeblock #15

doc: change reserved keyword in codeblock

doc: change reserved keyword in codeblock #15

Workflow file for this run

name: "[Lint] Check formatting"
on: [push]
jobs:
formatting:
name: cargo fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Ensure rustfmt is installed and setup problem matcher
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt
- name: Rustfmt Check
uses: actions-rust-lang/rustfmt@v1