CI: Master push workflow updated
parent
4a6d7a0d00
commit
005d192afc
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: Lint Check
|
- name: Lint Check
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
run: |
|
run: |
|
||||||
npm run lint
|
npm run format:check
|
||||||
|
|
||||||
- name: Code Format
|
- name: Code Format
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
|
|
Loading…
Reference in New Issue