Merge pull request #515 from fabriciofx/renovate/renovatebot-github-a… #1051
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-FileCopyrightText: Copyright (C) 2025 Fabrício Barros Cabral | |
| # SPDX-License-Identifier: MIT | |
| --- | |
| # yamllint disable rule:line-length | |
| name: markdown-lint-test | |
| 'on': | |
| push: | |
| branches: | |
| - main | |
| - master | |
| pull_request: | |
| branches: | |
| - main | |
| - master | |
| permissions: | |
| contents: read | |
| jobs: | |
| markdown-lint-test: | |
| uses: fabriciofx/github-workflows/.github/workflows/markdown-lint-template.yml@main | |
| with: | |
| working-directory: "format/test" |