Skip to content

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

style: format the markdown and lint against it in ci

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

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
- uses: dprint/[email protected]