Skip to content

Commit 3ad1c8e

Browse files
authored
Merge pull request #53 from iMattPro/update
Minor readme update
2 parents 235cffb + 8cd8f29 commit 3ad1c8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Additional checks include PHP CodeSniffer, Extension Pre Validator (EPV), execut
1414

1515
Your extension's package contents must be located at the root level of the repository. That is, your extension's `composer.json` must be in the **root of the repository**, not inside a subdirectory within the repository.
1616

17-
On GitHub.com, go to your extension's repository, click **Add file → Create new file**, name it `.github/workflows/tests.yml`, add the workflow content shown below, and commit the file. Make sure to replace `acme/demo` with your actual extension vendor/package name, and optionally you may adjust any of the branch names and other checks.
17+
On GitHub.com, go to your extension's repository, click **Add file → Create new file**, name it `.github/workflows/tests.yml`, add the workflow content shown below, and commit the file.
18+
19+
> ‼️ Make sure to replace `acme/demo` with your actual extension vendor/package name, and adjust the branch names as needed.
1820
1921
```yaml
2022
name: Tests

0 commit comments

Comments
 (0)