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 diff --git a/src/pages/index.md b/src/pages/index.md index 689258f..352cc27 100644 --- a/src/pages/index.md +++ b/src/pages/index.md @@ -10,7 +10,6 @@ keywords: ![Commerce Admin Development](_images/home-bg.jpeg) # Commerce Admin Development - Learn how to customize the Adobe Commerce and Magento Open Source Admin application for PHP extensions. See the [Adobe Commerce Admin UI SDK](https://developer.adobe.com/commerce/extensibility/admin-ui-sdk/) documentation for updating the Admin for apps developed with Adobe Developer App Builder. @@ -18,9 +17,8 @@ Learn how to customize the Adobe Commerce and Magento Open Source Admin applicat ## 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 customizing the Adobe Commerce and Magento Open Source Admin application.