This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
docs(getting started) clarify nvim setup instructions #772
Workflow file for this run
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: check-links | |
on: | |
push: | |
branches: main | |
pull_request: | |
branches: main | |
schedule: | |
- cron: '0 0 * * *' # every day at midnight | |
jobs: | |
broken-links: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Check Markdown Links | |
uses: ruzickap/action-my-markdown-link-checker@v1 | |
with: | |
config_file: .github/.mlc_config.json |