testing for gpg on image

This commit is contained in:
Jonathan Shook 2020-03-10 01:30:55 -05:00 committed by GitHub
parent 5926ec1ffa
commit c9e21ece5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,9 @@ jobs:
name: guidebook
path: guidebook
- name: test for gpg
run: gpg --version
# - name: Run a one-line script
# run: echo Hello, world!
# - name: Run a multi-line script