We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d0f96 commit 73c1241Copy full SHA for 73c1241
.github/workflows/stylelint.yml
@@ -9,6 +9,8 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: actions-hub/stylelint@master
13
- env:
14
- PATTERN: "assets/stylesheets/*.css"
+ - uses: actions/setup-node@v2
+ with:
+ node-version: '14'
15
+ - run: yarn install
16
+ - run: node_modules/.bin/stylelint "assets/stylesheets/*.css"
package.json
@@ -0,0 +1,7 @@
1
+{
2
+ "dependencies": {},
3
+ "devDependencies": {
4
+ "eslint": "^7.0.0",
5
+ "stylelint": "^13.0.0"
6
+ }
7
+}
0 commit comments