File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Directories
22/.git/
33/.github/
4+ /.wordpress-org/
45/bin/
56/node_modules/
67/tests/
Original file line number Diff line number Diff line change 1919/vendor export-ignore
2020
2121# Files
22+ /.distignore export-ignore
2223/.editorconfig export-ignore
2324/.gitattributes export-ignore
2425/.gitignore export-ignore
26+ /.npmrc export-ignore
2527/.phpcs.xml.dist export-ignore
28+ /.wp-env.json export-ignore
29+ /.wp-env.override.json export-ignore
2630/CHANGELOG.md export-ignore
2731/clover.xml export-ignore
2832/composer.json export-ignore
Original file line number Diff line number Diff line change 1919 with :
2020 persist-credentials : false
2121
22- - name : Install SVN (Subversion)
23- run : |
24- sudo apt-get update
25- sudo apt-get install subversion
26-
2722 - name : WordPress Plugin Deploy
2823 uses : 10up/action-wordpress-plugin-deploy@54bd289b8525fd23a5c365ec369185f2966529c2 # 2.3.0
2924 env :
You can’t perform that action at this time.
0 commit comments