Remove lint step
This commit is contained in:
3
.github/workflows/sdk_test.yaml
vendored
3
.github/workflows/sdk_test.yaml
vendored
@ -22,9 +22,6 @@ jobs:
|
||||
- name: 'Install dependencies'
|
||||
run: 'npm i'
|
||||
|
||||
- name: 'Lint'
|
||||
run: 'npm run lint'
|
||||
|
||||
- name: 'Test SDK'
|
||||
run: 'npm run test'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user