Skip to content

Commit

Permalink
Add lang specific GH checker.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarovo committed Dec 22, 2022
1 parent d94068c commit f08b9f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

name: Check Markdown links

on:
pull_request:
push:
branches:
- master
Expand All @@ -10,8 +10,11 @@ on:
- cron: "0 9 * * *"

jobs:
markdown-link-check:
cs_CZ:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
folder-path: 'cs_CZ,'

0 comments on commit f08b9f6

Please sign in to comment.