Skip to content

Commit

Permalink
Added top level files
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego committed Dec 21, 2022
1 parent 688dedb commit e7ac95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Expand Up @@ -12,8 +12,8 @@ jobs:
fetch-depth: 0
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: 'mlc_config.json'
folder-path: 'docs' # comma separated
file-path: 'README.md,CODE_OF_CONDUCT.md' # comma separated
max-depth: 2
check-modified-files-only: ${{ github.ref_name == 'main' && 'no' || 'yes' }}
base-branch: main

0 comments on commit e7ac95b

Please sign in to comment.