Skip to content
Snippets Groups Projects
Commit 3db959d6 authored by Jan Tegeder's avatar Jan Tegeder
Browse files

jscs zum laufen bringen die 2.

parent 5213df58
1 merge request!61Gitlab ci jtgd10
Pipeline #8451 failed with stage
in 16 seconds
...@@ -5,7 +5,7 @@ test: ...@@ -5,7 +5,7 @@ test:
script: script:
- echo "Test" - echo "Test"
- npm install jscs -g - npm install jscs -g
- jscs path[ path[...]] - jscs path[]
- jscs todo.js --preset=Style - jscs todo.js --preset=Style
- jscs src --fix - jscs src --fix
- jscs --auto-configure src - jscs --auto-configure src
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment