File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
20+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
2222 - name : Check existence of composer.json file
2323 id : check_composer_file
Original file line number Diff line number Diff line change 1+ [default ]
2+ extend-ignore-re = [
3+ " (?Rm)^.*(#|//)\\ s*spellchecker:disable-line$" ,
4+ " (?s)(#|//)\\ s*spellchecker:off.*?\\ n\\ s*(#|//)\\ s*spellchecker:on" ,
5+ " (#|//)\\ s*spellchecker:ignore-next-line\\ n.*"
6+ ]
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ Generates starter code for a theme based on _s.
4444wp scaffold underscores <slug> [--activate] [--enable-network] [--theme_name=<title>] [--author=<full-name>] [--author_uri=<uri>] [--sassify] [--woocommerce] [--force]
4545~~~
4646
47+ ** Alias:** ` _s `
48+
4749See the [ Underscores website] ( https://underscores.me/ ) for more details.
4850
4951** OPTIONS**
@@ -321,6 +323,8 @@ Generates PHP code for registering a custom post type.
321323wp scaffold post-type <slug> [--label=<label>] [--textdomain=<textdomain>] [--dashicon=<dashicon>] [--theme] [--plugin=<plugin>] [--raw] [--force]
322324~~~
323325
326+ ** Alias:** ` cpt `
327+
324328** OPTIONS**
325329
326330 <slug>
@@ -364,6 +368,8 @@ Generates PHP code for registering a custom taxonomy.
364368wp scaffold taxonomy <slug> [--post_types=<post-types>] [--label=<label>] [--textdomain=<textdomain>] [--theme] [--plugin=<plugin>] [--raw] [--force]
365369~~~
366370
371+ ** Alias:** ` tax `
372+
367373** OPTIONS**
368374
369375 <slug>
Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ Feature: Scaffold plugin unit tests
302302 /**
303303 * Plugin Name: Foo
304304 * Plugin URI: https://example.com
305- * Description: Foo desctiption
305+ * Description: Foo description
306306 * Author: John Doe
307307 * Author URI: https://example.com
308308 * Text Domain: foo
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Feature: Scaffold theme unit tests
88 When I run `wp theme path`
99 Then save STDOUT as {THEME_DIR}
1010
11- @require-php-7.0 @less-than-php-7.2 @ require-mysql
11+ @require-php-7.0 @require-mysql
1212 Scenario : Scaffold theme tests
1313 When I run `wp scaffold theme-tests t12child`
1414 Then STDOUT should not be empty
You can’t perform that action at this time.
0 commit comments