Skip to content

Commit 1e3fb33

Browse files
committed
[DDW-773] Updated linter workflow
1 parent 7b66896 commit 1e3fb33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: "14"
13+
node-version: '14'
1414
- run: yarn install --frozen-lockfile
15-
- run: yarn prettier:check && yarn lint && yarn stylelint
15+
- run: yarn prettier:check && yarn compile && yarn lint && yarn stylelint

0 commit comments

Comments
 (0)