From 88da09bacd9fc4b8f2bc987ba39e5a5d19b16a46 Mon Sep 17 00:00:00 2001 From: Dima Shevtsov Date: Thu, 13 Mar 2025 17:55:34 -0500 Subject: [PATCH] Enable suggested fixes for Markdown --- .github/super-linter.env | 1 + .github/workflows/test-pull-request.yml | 22 +++++++++++----------- .gitignore | 9 ++++++++- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.github/super-linter.env b/.github/super-linter.env index 3802413..4a91796 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -1,3 +1,4 @@ +FIX_MARKDOWN=true IGNORE_GITIGNORED_FILES=true MARKDOWN_CONFIG_FILE=.markdownlint.yml VALIDATE_ALL_CODEBASE=false diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index dc0386c..dba3075 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -1,12 +1,12 @@ ---- - name: Validate pull request - - on: pull_request +name: Validate pull request - permissions: - contents: read - statuses: write - - jobs: - testing: - uses: AdobeDocs/commerce-php/.github/workflows/validate-pr_job.yml@main +on: pull_request + +permissions: + contents: read + statuses: write + pull-requests: write + +jobs: + testing: + uses: AdobeDocs/commerce-php/.github/workflows/validate-pr_job.yml@main diff --git a/.gitignore b/.gitignore index 7b703cd..efcdac0 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,11 @@ local-test.yml # yalc .yalc -yalc.lock \ No newline at end of file +yalc.lock + +# Super-linter outputs +super-linter-output +super-linter.log + +# GitHub Actions leftovers +github_conf