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