Merge branch 'develop' of https://github.com/garronej/ts_ci into develop

This commit is contained in:
Joseph Garrone 2021-02-27 01:12:53 +01:00
commit dd9e537262

View file

@ -18,7 +18,6 @@ jobs:
- run: npm ci
- name: Making sure 'npm run lint' and 'npm run format' does not changes anything.
run: |
sleep 15
npm run lint:check
npm run format:check
test_node: