diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9f3569..b269d86 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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"