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