Skip to content

docs: update index and add tidyverse_dependencies #98

docs: update index and add tidyverse_dependencies

docs: update index and add tidyverse_dependencies #98

Workflow file for this run

---
name: Check Markdown links
on:
push:
paths:
- '**.md'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .markdown_link_check.json
folder-path: docs
file-path: './README.md, ./TESTING.md, CONTRIBUTING.md'