File tree Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Expand file tree Collapse file tree 2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 use_codeql="y"
4545 use_conventional_commits="y"
4646 use_github_discussions="n"
47- - name : Lint markdown files
48- uses : nosborn/github-action-markdown-cli@v1.1.1
49- with :
50- files : REPO_SLUG/
51- config_file : " .markdownlint.json"
47+ # - name: Lint markdown files
48+ # uses: nosborn/github-action-markdown-cli@master
49+ # with:
50+ # files: REPO_SLUG/
51+ # config_file: ".markdownlint.json"
5252 - name : Compress the template folder
5353 uses : papeloto/action-zip@v1
5454 with :
Original file line number Diff line number Diff line change 1- # ---
2- # name: Lint README.md
1+ ---
2+ name : Lint README.md
33
4- # on:
5- # push:
6- # branches:
7- # - main
8- # paths:
9- # - README.md
4+ on :
5+ push :
6+ branches :
7+ - main
8+ paths :
9+ - README.md
1010
11- # jobs:
12- # lint:
13- # runs-on: ubuntu-latest
14- # steps:
15- # - name: Check out the current repo
16- # uses: actions/checkout@v2
17- # - name: Lint markdown files
18- # uses: nosborn/github-action-markdown-cli@master
19- # with:
20- # files: README.md
21- # config_file: ".markdownlint.json"
11+ jobs :
12+ lint :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : Check out the current repo
16+ uses : actions/checkout@v2
17+ - name : Lint markdown files
18+ uses : nosborn/github-action-markdown-cli@master
19+ with :
20+ files : README.md
21+ config_file : " .markdownlint.json"
You can’t perform that action at this time.
0 commit comments