mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-29 00:11:02 -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: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
env|sort
|
||||||
|
-
|
||||||
|
name: Env
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
env|sort
|
||||||
-
|
-
|
||||||
name: Import GPG key
|
name: Import GPG key
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
Loading…
Reference in a new issue