File tree 2 files changed +24
-24
lines changed
2 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
use_codeql="y"
45
45
use_conventional_commits="y"
46
46
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"
52
52
- name : Compress the template folder
53
53
uses : papeloto/action-zip@v1
54
54
with :
Original file line number Diff line number Diff line change 1
- # ---
2
- # name: Lint README.md
1
+ ---
2
+ name : Lint README.md
3
3
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
10
10
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