diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1108e0e..7ea07f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,11 +44,11 @@ jobs: use_codeql="y" use_conventional_commits="y" use_github_discussions="n" - - name: Lint markdown files - uses: nosborn/github-action-markdown-cli@v1.1.1 - with: - files: REPO_SLUG/ - config_file: ".markdownlint.json" + # - name: Lint markdown files + # uses: nosborn/github-action-markdown-cli@master + # with: + # files: REPO_SLUG/ + # config_file: ".markdownlint.json" - name: Compress the template folder uses: papeloto/action-zip@v1 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b269d86..d9f3569 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"