diff --git a/.github/super-linter.env b/.github/super-linter.env index 3802413..49c3cb6 100644 --- a/.github/super-linter.env +++ b/.github/super-linter.env @@ -5,3 +5,4 @@ VALIDATE_GITHUB_ACTIONS=true VALIDATE_JSON=true VALIDATE_MARKDOWN=true VALIDATE_YAML=true +FIX_MARKDOWN=true diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index dc0386c..738c26e 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -6,6 +6,8 @@ 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 diff --git a/src/pages/index.md b/src/pages/index.md index d02dbea..f64e17f 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -10,7 +10,6 @@ keywords: ![Commerce Testing](_images/home-bg.jpeg) # Commerce Testing - Learn how to test code for Adobe Commerce and Magento Open Source web-based storefronts. @@ -18,13 +17,12 @@ Learn how to test code for Adobe Commerce and Magento Open Source web-based stor ## Resources * [Commerce open-source projects](https://developer.adobe.com/open/magento) -* [Community Slack workspace](https://opensource.magento.com/slack) +- [Community Slack workspace](https://opensource.magento.com/slack) * [Contributor statistics](https://developer.adobe.com/open/magento/statistic) ## Overview This documentation provides resources for testing code for Adobe Commerce and Magento Open Source. - ## Discover Use these sections to learn about testing.