Add husky setup

This commit is contained in:
Jonathan Clem
2020-05-14 15:19:41 -04:00
parent 6f8a4fe252
commit 5f61b21f08
8 changed files with 3520 additions and 0 deletions
Vendored Executable
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
set -eo pipefail
cd /tmp
wget -q https://repo.hex.pm/builds/elixir/${1}${2}.zip
unzip -d .setup-elixir/elixir ${1}${2}.zip
rm ${1}${2}.zip
echo "::add-path::$(pwd)/.setup-elixir/elixir/bin"