Skip to content

style: format the markdown and lint against it in ci #2

style: format the markdown and lint against it in ci

style: format the markdown and lint against it in ci #2

Workflow file for this run

name: Lint with dprint
on:
push:
branches: [main]
pull_request:
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update rustup
run: rustup self update
- name: Install Rust
run: |
rustup set profile minimal
rustup toolchain install stable -c rustfmt
rustup default stable
- uses: dprint/[email protected]