Merge pull request #204 from Sehat1137/main #192
  
    
      This file contains hidden or 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 Markdown links | |
| on: | |
| push: | |
| branches: | |
| - main | |
| schedule: | |
| # Run every first day at 00:00 AM every month. | |
| - cron: "0 0 1 * *" | |
| jobs: | |
| markdown-link-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: gaurav-nelson/github-action-markdown-link-check@v1 | |
| with: | |
| use-quiet-mode: 'yes' | |
| use-verbose-mode: 'yes' | |
| config-file: .github/workflows/markdown-links-config.json |