chore(deps): update ffurrer2/shared-workflows digest to 9126570 #140
Workflow file for this run
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-License-Identifier: MIT | |
| name: markdownlint | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| paths: | |
| - '**.md' | |
| - '.github/linters/.markdown-lint.yml' | |
| - '.github/workflows/markdownlint.yml' | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - '**.md' | |
| - '.github/linters/.markdown-lint.yml' | |
| - '.github/workflows/markdownlint.yml' | |
| jobs: | |
| markdownlint: | |
| name: markdownlint | |
| uses: ffurrer2/shared-workflows/.github/workflows/markdownlint.yml@91265707e638d8a5859af10c1095d4d57ee9850c | |
| with: | |
| ignore-files: 'test/testdata/expected' |