mirror of https://github.com/miraclx/freyr-js
group action/{upload,download}-artifact
This commit is contained in:
parent
f375c1b48a
commit
10e4f31cbb
|
|
@ -31,10 +31,20 @@
|
|||
},
|
||||
{
|
||||
"groupName": "eslint-plugin-prettier",
|
||||
"matchPackagePrefixes": [
|
||||
"matchPackageNames": [
|
||||
"prettier",
|
||||
"eslint-plugin-prettier"
|
||||
]
|
||||
},
|
||||
{
|
||||
"groupName": "actions/upload-download-artifact",
|
||||
"matchFiles": [
|
||||
".github/workflows/tests.yml"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"actions/upload-artifact",
|
||||
"actions/download-artifact"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue