Added Missing Blocks Linting Change Trigger (#44233)

* Added Missing LInting Changes

* Add changefile(s) from automation for the following project(s): woocommerce-blocks, woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
Christopher Allford 2024-02-08 13:48:03 -08:00 committed by GitHub
parent a89d2572f0
commit 8b4efc9c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View File

@ -242,7 +242,7 @@
"ci": {
"lint": {
"command": "lint",
"changes": "client/**/*{js,ts,tsx,scss}"
"changes": "client/**/*.{js,ts,tsx,scss}"
},
"tests": [
{

View File

@ -360,8 +360,9 @@
"lint": {
"command": "lint",
"changes": [
"assets/**/*{js,ts,tsx,scss}",
"packages/**/*.{js,ts,tsx,scss}"
"assets/**/*.{js,ts,tsx,scss}",
"packages/**/*.{js,ts,tsx,scss}",
"tests/**/*.{js,ts,tsx,scss}"
]
},
"tests": [

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Comment: CI-only change.