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 2f92ae1 commit 7e1b06dCopy full SHA for 7e1b06d
.github/workflows/cd.yml
@@ -1,6 +1,6 @@
1
name: cd
2
3
-on:
+on:
4
push:
5
branches:
6
- master
.github/workflows/ci.yml
@@ -4,12 +4,10 @@ on:
7
- - dev
8
9
pull_request:
10
11
12
13
14
jobs:
15
ci:
@@ -37,9 +35,9 @@ jobs:
37
35
restore-keys: |
38
36
${{ runner.os }}-node-
39
40
- - name: Install dependencies 👨🏻💻
41
- run: npm ci --prefer-offline --no-audit
+ - name: Install dependencies
+ run: yarn
42
43
- name: Run linter 👀
44
- run: npm run lint
+ run: yarn run lint
45
0 commit comments