name: Markdownlint on: [pull_request] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab - name: Lint files uses: articulate/actions-markdownlint@17b8abe7407cd17590c006ecc837c35e1ac3ed83 with: files: . config: .markdownlint.yaml