Skip to content

Commit

Permalink
adds check to print if new directory is creating
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Kennadi committed Sep 10, 2024
1 parent ece7745 commit 7dcde58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Configure GPG
run: |
if [ ! -d "~/.gnupg" ]; then
echo "Creating ~/.gnupg directory..."
mkdir -p ~/.gnupg
chmod 700 ~/.gnupg
echo "use-agent" > ~/.gnupg/gpg.conf
Expand Down

0 comments on commit 7dcde58

Please sign in to comment.