Skip to content

Commit cda1c5f

Browse files
committed
Update file(s) from wp-cli/.github
1 parent ccbfca3 commit cda1c5f

File tree

2 files changed

+15
-56
lines changed

2 files changed

+15
-56
lines changed

.github/workflows/code-quality.yml

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -10,59 +10,3 @@ on:
1010
jobs:
1111
code-quality:
1212
uses: wp-cli/.github/.github/workflows/reusable-code-quality.yml@main
13-
with:
14-
parallel-lint-excludes: |
15-
admin-command
16-
automated-tests
17-
builds
18-
cache-command
19-
checksum-command
20-
config-command
21-
core-command
22-
cron-command
23-
dashboard
24-
db-command
25-
deb-build
26-
dist-archive-command
27-
doctor-command
28-
dot-github
29-
embed-command
30-
entity-command
31-
eval-command
32-
export-command
33-
extension-command
34-
find-command
35-
google-sitemap-generator-cli
36-
handbook
37-
i18n-command
38-
import-command
39-
language-command
40-
maintenance-mode-command
41-
media-command
42-
package-command
43-
package-index
44-
php-cli-tools
45-
process
46-
profile-command
47-
restful
48-
reusable-workflow-test
49-
rewrite-command
50-
role-command
51-
rpm-build
52-
scaffold-command
53-
scaffold-package-command
54-
search-replace-command
55-
server-command
56-
shell-command
57-
spyc
58-
sql-transform
59-
super-admin-command
60-
widget-command
61-
wordpress-core
62-
wp-cli
63-
wp-cli.github.com
64-
wp-cli-bundle
65-
wp-cli-shim
66-
wp-cli-tests
67-
wp-config-transformer
68-
wp-super-cache-cli
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Regenerate README file
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
- master
9+
paths-ignore:
10+
- "features/**"
11+
- "README.md"
12+
13+
jobs:
14+
regenerate-readme:
15+
uses: wp-cli/.github/.github/workflows/reusable-regenerate-readme.yml@main

0 commit comments

Comments
 (0)