Skip to content

Commit 7dcde58

Browse files
author
Vignesh Kennadi
committed
adds check to print if new directory is creating
1 parent ece7745 commit 7dcde58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-lint-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Configure GPG
2525
run: |
2626
if [ ! -d "~/.gnupg" ]; then
27+
echo "Creating ~/.gnupg directory..."
2728
mkdir -p ~/.gnupg
2829
chmod 700 ~/.gnupg
2930
echo "use-agent" > ~/.gnupg/gpg.conf

0 commit comments

Comments
 (0)