Skip to content

[TOOL] Adding hermes-dec as a general tool for React Native static an… #290

[TOOL] Adding hermes-dec as a general tool for React Native static an…

[TOOL] Adding hermes-dec as a general tool for React Native static an… #290

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: '.'