Unverified Commit 5753246a by Paul B

ci: ajout de linter automatiquement pour chaque commit

parent 5ccf8325
......@@ -12,7 +12,6 @@ outils/texts/*
outils/js_errors.log
db.sqlite3
*/max_timeslot_carts.txt
.gitlab-ci.yml
shop/shop_admin_settings.json
shop/errors.log
node_modules/
\ No newline at end of file
lint:js:
image: node:14
cache:
key: node-modules
paths:
- node_modules/
script:
- make lint-js
Markdown is supported
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