diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bab9ec7c..67bcdc0d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,7 +7,6 @@ on: branches: [ master ] jobs: - build: name: Build runs-on: ubuntu-latest diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml deleted file mode 100644 index 339536e4..00000000 --- a/.github/workflows/markdown.yml +++ /dev/null @@ -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"'