CI: Master push workflow updated

pull/3437/head
Bahadır Sofuoğlu 2022-12-20 09:36:25 +03:00
parent 4a6d7a0d00
commit 005d192afc
1 changed files with 34 additions and 34 deletions

View File

@ -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() }}