Commit c13180d9 by Francisco Giordano

disable linter

parent 540dc729
...@@ -21,7 +21,6 @@ jobs: ...@@ -21,7 +21,6 @@ jobs:
restore-keys: npm-v2- restore-keys: npm-v2-
- run: npm ci - run: npm ci
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
- run: npm run lint
- run: npm run test - run: npm run test
coverage: coverage:
......
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