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