Skip to content

code style linter, used clojure-lsp #350

code style linter, used clojure-lsp

code style linter, used clojure-lsp #350

Workflow file for this run

on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
fix: true
config: .markdownlint.yml
globs: "docs/*.md"