remove markdown linter temporarily

This commit is contained in:
kevin
2020-09-16 16:53:38 +08:00
parent df37597ac3
commit b5dcadda78
2 changed files with 0 additions and 23 deletions

View File

@@ -7,7 +7,6 @@ on:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest

View File

@@ -1,22 +0,0 @@
name: Markdown linter
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linter:
name: markdown linter
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Markdown Linting Action
uses: avto-dev/markdown-lint@v1.3.1
with:
args: 'find . -name "*.md"'