@4u6u57/dotfiles
Version:
August Valera's preferences for Linux
22 lines (21 loc) • 441 B
YAML
language: node_js
node_js: "node"
addons:
apt:
sources:
- debian-sid # Grab ShellCheck from the Debian repo
packages:
- shellcheck
cache:
directories:
- node_modules
before_install:
- git clone --depth 1 https://github.com/sstephenson/bats.git
install:
- npm install
script:
- npm run lint:package
- npm run lint:readme
- npm run lint:editorconfig
- shellcheck git-open
- ./bats/bin/bats test/*.bats