added error handler when output file is already open #338
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: Missing Links Finder | |
on: push | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: gaurav-nelson/[email protected] | |
with: | |
use-verbose-mode: 'no' | |
use-quiet-mode: 'yes' | |
file-extension: '.m' | |
config-file: 'mlc_config.json' | |