Skip to content

Commit

Permalink
Update install-script for hadolint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsputman committed Mar 23, 2024
1 parent 00f7e01 commit a24a043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/parts.d/21-config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

mkdir -p ~/.config

if [ ! -e ~/.config/hadolint.yaml ]; then
ln -s -r "${base:?}/.config/hadolint.yaml" \
~/.config/hadolint.yaml
fi

if [ ! -e ~/.config/gh/config.yml ]; then
mkdir -p ~/.config/gh
ln -s -r "${base:?}/.config/gh/config.yml" \
Expand Down

0 comments on commit a24a043

Please sign in to comment.