Skip to content

Invoke expo config function with context obj (resolves #919) #1230

Invoke expo config function with context obj (resolves #919)

Invoke expo config function with context obj (resolves #919) #1230

name: Check Markdown links
on:
push:
branches:
- '**'
tags:
- '!**'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Check Markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/markdown-link-check.json
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'