Skip to content

Commit 1b905e0

Browse files
committed
chore: disable CI linter
1 parent 386376d commit 1b905e0

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff 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:

.github/workflows/lint.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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"

0 commit comments

Comments
 (0)