mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-16 01:08: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
|
- name: eslint
|
||||||
run: npx eslint ./ -c Build/Config/.eslintrc.json
|
run: npx eslint ./ -c Build/Config/.eslintrc.json
|
||||||
custom:
|
custom:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: "!contains(github.event.head_commit.message, 'NO_CI')"
|
||||||
|
steps:
|
||||||
- name: Js strict
|
- name: Js strict
|
||||||
run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
|
run: if [[ $(grep -r -L "\"use strict\";" --include=*.js ./) -ne "" ]]; then exit 1; fi
|
||||||
- name: Js inspection
|
- name: Js inspection
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user