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 d662b3f commit 386376d
Showing 1 changed file with 19 additions and 19 deletions.
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 386376d

Please sign in to comment.