workflow: Add lint workflow
This commit is contained in:
8
.github/workflows/sdk_test.yaml
vendored
8
.github/workflows/sdk_test.yaml
vendored
@ -20,7 +20,13 @@ jobs:
|
||||
node-version: 12
|
||||
|
||||
- name: 'Install dependencies'
|
||||
run: 'npm i'
|
||||
run: 'npm ci'
|
||||
|
||||
- name: 'Format SDK'
|
||||
run: 'npm run prettier'
|
||||
|
||||
- name: 'Lint SDK'
|
||||
run: 'npm run lint'
|
||||
|
||||
- name: 'Test SDK'
|
||||
run: 'npm run test'
|
||||
|
||||
Reference in New Issue
Block a user