prepare oboe_metal change for fork change #77
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: Markdown Link Check | |
on: | |
pull_request: | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# act -j markdown-link-check --container-architecture linux/arm64 | |
- name: "Markdown Link Check" | |
uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
with: | |
config-file: '.markdown-link-check.json' | |
use-quiet-mode: 'yes' | |
use-verbose-mode: 'yes' |