File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1111
1212# Directories
1313/.github export-ignore
14+ /.phpunit.cache export-ignore
1415/.wordpress-org export-ignore
1516/bin export-ignore
17+ /node_modules export-ignore
1618/tests export-ignore
19+ /vendor export-ignore
1720
1821# Files
1922/.editorconfig export-ignore
2023/.gitattributes export-ignore
2124/.gitignore export-ignore
2225/.phpcs.xml.dist export-ignore
2326/CHANGELOG.md export-ignore
27+ /clover.xml export-ignore
2428/composer.json export-ignore
29+ /composer.lock export-ignore
30+ /package.json export-ignore
31+ /package-lock.json export-ignore
2532/phpunit.xml.dist export-ignore
Original file line number Diff line number Diff line change 1414 - name : Checkout repository
1515 uses : actions/checkout@v4
1616
17- - name : Install Dependencies
18- run : npm install
19-
2017 - name : WordPress Plugin Deploy
2118 uses : 10up/action-wordpress-plugin-deploy@stable
2219 env :
Original file line number Diff line number Diff line change 11/.phpunit.cache
2+ /node_modules
3+ /vendor
4+
25/clover.xml
36/composer.lock
47/package-lock.json
5- /vendor
Original file line number Diff line number Diff line change 66 "author" : " Automattic" ,
77 "repository" : " automattic/ad-code-manager" ,
88 "devDependencies" : {
9- "@actions/github" : " ^2" ,
10- "replace-in-file" : " ^5" ,
11- "semver" : " ^7" ,
129 "version-bump-prompt" : " ^6.1.0"
1310 },
1411 "scripts" : {
You can’t perform that action at this time.
0 commit comments