language: node_js node_js: stable cache: directories: - node_modules install: - yarn install script: - yarn prettier - yarn lint --fix - yarn coverage