Tests, scripts, moved install.sh to scripts folder

This commit is contained in:
2022-12-11 17:30:10 +02:00
parent 6190be3bdd
commit d5757d231f
8 changed files with 224 additions and 103 deletions

View File

@@ -1,6 +1,11 @@
#!/usr/bin/env bash
# Install GitHub CLI extensions
if ! command -v gh &> /dev/null; then
echo "gh (GitHub Client) could not be found, please install it first"
exit 1
fi
extensions=(
# GitHub CLI extension for reviewing Dependabot PRs.
einride/gh-dependabot