remove markdown linter temporarily
This commit is contained in:
1
.github/workflows/go.yml
vendored
1
.github/workflows/go.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
22
.github/workflows/markdown.yml
vendored
22
.github/workflows/markdown.yml
vendored
@@ -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"'
|
||||
Reference in New Issue
Block a user