Skip to content

Commit 7e1b06d

Browse files
committed
Fix: Updated Github Actions
1 parent 2f92ae1 commit 7e1b06d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cd
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
push:
55
branches:
66
- master
7-
- dev
87

98
pull_request:
109
branches:
1110
- master
12-
- dev
1311

1412
jobs:
1513
ci:
@@ -37,9 +35,9 @@ jobs:
3735
restore-keys: |
3836
${{ runner.os }}-node-
3937
40-
- name: Install dependencies 👨🏻‍💻
41-
run: npm ci --prefer-offline --no-audit
38+
- name: Install dependencies
39+
run: yarn
4240

4341
- name: Run linter 👀
44-
run: npm run lint
42+
run: yarn run lint
4543

0 commit comments

Comments
 (0)