Add "Available Translation" section in README

This commit is contained in:
Emruz Hossain 2020-11-05 02:09:00 +06:00
parent 1d08f5f6e2
commit ea8a037ab1
3 changed files with 31 additions and 6 deletions

13
.github/workflows/md-link-checker.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Check Markdown links
# Run action on pull request event
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
# checkout to latest commit
- uses: actions/checkout@master
# run markdown linter
- uses: gaurav-nelson/github-action-markdown-link-check@v1