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 7b66896 commit 1e3fb33Copy full SHA for 1e3fb33
.github/workflows/linter.yml
@@ -10,6 +10,6 @@ jobs:
10
- name: Setup Node.js
11
uses: actions/setup-node@v2
12
with:
13
- node-version: "14"
+ node-version: '14'
14
- run: yarn install --frozen-lockfile
15
- - run: yarn prettier:check && yarn lint && yarn stylelint
+ - run: yarn prettier:check && yarn compile && yarn lint && yarn stylelint
0 commit comments