fix(macros): 🐛 Fix for missing m600_idle_timeout variable #29
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: | |
jobs: | |
markdown-link-check: | |
name: Check markdown files | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Markdown links check | |
uses: ruzickap/[email protected] |