Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 357934f

Browse files
committed
trying act to run github actions locally
1 parent 9ae4997 commit 357934f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.actrc

Whitespace-only changes.

.github/workflows/.stylelintignore

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@
88
**/*.gif
99
**/*.ico
1010
**/*.html
11-
**/*.yml
12-
**/*.yaml
13-
**/*.json
14-
**/*.lock

.github/linters/.stylelintrc .github/workflows/.stylelintrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"ignoreFiles": [
3-
"**/*.css"
4-
],
2+
"ignoreFiles": "**/*.css",
53
"extends": "stylelint-config-standard",
64
"plugins": [
75
"stylelint-scss"

.github/workflows/linter.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
VALIDATE_HTML: false
5656
VALIDATE_MARKDOWN: false
5757
VALIDATE_XML: false
58-
FILTER_REGEX_INCLUDE: .*_scss/.*
59-
58+
FILTER_REGEX_EXCLUDE: .*.css*

event.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"push": {
3+
"GITHUB_ORG": {
4+
"value": "magento-devdocs"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)