Skip to content

Commit 5194358

Browse files
committed
chore(build): remove separate CI lint step since it is in the pretest script of of unit tests
1 parent c0e44d4 commit 5194358

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,6 @@ on:
1212
branches: [main]
1313

1414
jobs:
15-
lint:
16-
runs-on: ubuntu-20.04
17-
18-
steps:
19-
- uses: actions/checkout@v3
20-
- name: "Use Node.js (deliberately not using matrix)"
21-
uses: actions/setup-node@v1
22-
with:
23-
node-version: 14
24-
25-
- name: install dependencies
26-
run: |
27-
npm i
28-
29-
- name: lint
30-
run: |
31-
npm run lint
32-
3315
unit_tests:
3416
runs-on: ubuntu-20.04
3517
strategy:

0 commit comments

Comments
 (0)