mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-05 21:25:50 -05:00
Check env
This commit is contained in:
parent
a8f7b5960a
commit
95b2df2352
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -27,6 +27,12 @@ jobs:
|
|||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
env|sort
|
||||
-
|
||||
name: Env
|
||||
shell: bash
|
||||
run: |
|
||||
env|sort
|
||||
-
|
||||
name: Import GPG key
|
||||
uses: ./
|
||||
|
|
Loading…
Reference in a new issue