mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58:41 +00:00
NO_CI
This commit is contained in:
parent
ff3f68dcc7
commit
e9285715a4
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -27,6 +27,9 @@ jobs:
|
|||
- name: eslint
|
||||
run: npx eslint ./ -c Build/Config/.eslintrc.json
|
||||
custom:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||
steps:
|
||||
- name: Js strict
|
||||
run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
|
||||
- name: Js inspection
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user