Skip to content
Closed
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