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..9c5a35f 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -6,6 +6,7 @@ permissions: contents: read statuses: write + pull-requests: write jobs: testing: diff --git a/.gitignore b/.gitignore index 7de6cd6..2da8e90 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,11 @@ cypress/screenshots # lerna lerna-debug.log -tmp \ No newline at end of file +tmp + +# Super-linter outputs +super-linter-output +super-linter.log + +# GitHub Actions leftovers +github_conf