- feat: A new feature 创建自动翻译issue、disscussion的action插件 #922
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: Layotto Env Pipeline 🌊 | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
check: | |
name: "Markdown Validation" | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v2 | |
- name: Check markdown grammar in the docs directory | |
uses: nosborn/[email protected] | |
with: | |
files: docs/* | |
config_file: ".github/markdown_lint_config.json" |