Added output of benchmark tests into github step summary #1876
Workflow file for this run
This file contains 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
name: Documentation Linter | |
on: | |
pull_request: | |
push: | |
branches: | |
- "1.x" | |
jobs: | |
documentation-linter: | |
name: "Documentation Linter" | |
runs-on: "ubuntu-latest" | |
steps: | |
- name: "Checkout" | |
uses: "actions/checkout@v4" | |
- name: "MD Link Linter" | |
uses: "docker://norberttech/md-link-linter:latest" | |
with: | |
entrypoint: "/composer/vendor/bin/mdlinklint" | |
args: "--exclude=vendor --exclude=tests ." |