mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-01-23 08:47:53 -05:00
13 lines
216 B
Bash
Executable File
13 lines
216 B
Bash
Executable File
#!/bin/bash
|
|
set -euv
|
|
|
|
gem install --update overcommit rubocop haml-lint bundler-audit
|
|
npm install
|
|
pip install yamllint --user
|
|
|
|
overcommit --install
|
|
overcommit --sign
|
|
overcommit --sign pre-commit
|
|
|
|
bundle-audit update
|