enhance Bengali translation and adjust formatting for readability REA… #537
Workflow file for this run
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: markdownlint | |
on: [push, pull_request] | |
jobs: | |
delivery: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v3 | |
- name: Run mdl | |
uses: actionshub/[email protected] |