Skip to content

#4 #8 #6 Setup Gradle, Kotlin, Spring Boot Reactive, Swagger, Ktlint, Detekt, GitHub Workflow #10

#4 #8 #6 Setup Gradle, Kotlin, Spring Boot Reactive, Swagger, Ktlint, Detekt, GitHub Workflow

#4 #8 #6 Setup Gradle, Kotlin, Spring Boot Reactive, Swagger, Ktlint, Detekt, GitHub Workflow #10

Workflow file for this run

---
name: Markdown Check
on:
pull_request:
paths:
- ".github/workflows/*"
- "config/.markdownlint.yaml"
- "**/*.md"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Markdownlint
uses: nosborn/[email protected]
with:
config_file: config/.markdownlint.yaml
files: "**/*.md"
dot: true