Skip to content

Commit

Permalink
chore: disable CI linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dec0dOS committed Dec 4, 2021
1 parent 386376d commit 1b905e0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
use_codeql="y"
use_conventional_commits="y"
use_github_discussions="n"
- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@v1.1.1
with:
files: REPO_SLUG/
config_file: ".markdownlint.json"
# - name: Lint markdown files
# uses: nosborn/github-action-markdown-cli@master
# with:
# files: REPO_SLUG/
# config_file: ".markdownlint.json"
- name: Compress the template folder
uses: papeloto/action-zip@v1
with:
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# ---
# name: Lint README.md
---
name: Lint README.md

# on:
# push:
# branches:
# - main
# paths:
# - README.md
on:
push:
branches:
- main
paths:
- README.md

# jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - name: Check out the current repo
# uses: actions/checkout@v2
# - name: Lint markdown files
# uses: nosborn/github-action-markdown-cli@master
# with:
# files: README.md
# config_file: ".markdownlint.json"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out the current repo
uses: actions/checkout@v2
- name: Lint markdown files
uses: nosborn/github-action-markdown-cli@master
with:
files: README.md
config_file: ".markdownlint.json"

0 comments on commit 1b905e0

Please sign in to comment.