Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEST] add suggested changes test #140

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FIX_MARKDOWN=true
IGNORE_GITIGNORED_FILES=true
MARKDOWN_CONFIG_FILE=.markdownlint.yml
VALIDATE_ALL_CODEBASE=false
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,11 @@ local-test.yml

# yalc
.yalc
yalc.lock
yalc.lock

# Super-linter outputs
super-linter-output
super-linter.log

# GitHub Actions leftovers
github_conf
4 changes: 1 addition & 3 deletions src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ 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.

<Resources slots="heading, links"/>

## 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.
Expand Down
Loading