Skip to content
Snippets Groups Projects
Commit d5c26286 authored by Imran Hussain's avatar Imran Hussain
Browse files

[ci/cd] fix syntax .gitlab-ci.yml

parent 3497435d
No related branches found
No related tags found
No related merge requests found
Pipeline #863 failed
......@@ -23,8 +23,9 @@ php-syntax-check:
js-syntax-check:
stage: test
image: node:lts
entrypoint: ["/bin/bash"]
image:
name: node:lts
entrypoint: ["/bin/bash"]
script:
- npm install -g jshint
- find htdocs/js/ -name *.js ! -name jquery* | xargs -n 1 jshint --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment