Skip to content

[MASTG-TOOL-0100] Update tool name to reFlutter (#2827) #291

[MASTG-TOOL-0100] Update tool name to reFlutter (#2827)

[MASTG-TOOL-0100] Update tool name to reFlutter (#2827) #291

Workflow file for this run

name: URL Checker
on:
workflow_dispatch:
push:
branches:
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/config/url-checker-config.json'
folder-path: '.'