This commit is contained in:
Dennis Eichhorn 2022-04-10 19:36:31 +02:00 committed by GitHub
parent ff3f68dcc7
commit e9285715a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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