mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-11-25 22:41:04 -05:00
Cleanup workflows
This commit is contained in:
parent
3cbd16fdba
commit
c8df075bd9
3 changed files with 2 additions and 16 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -22,17 +22,6 @@ jobs:
|
|||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
env|sort
|
||||
-
|
||||
name: Env
|
||||
shell: bash
|
||||
run: |
|
||||
env|sort
|
||||
-
|
||||
name: Import GPG private key
|
||||
uses: ./
|
||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -25,10 +25,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Install
|
||||
run: npm ci
|
||||
-
|
||||
name: Build
|
||||
run: npm run build
|
||||
run: npm install
|
||||
-
|
||||
name: Test
|
||||
run: npm run test
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
* Configure and check committer email against GPG user address
|
||||
* Fix code transpilation (#9)
|
||||
* Bump deps
|
||||
* Update deps
|
||||
|
||||
## 1.0.0 (2020/05/04)
|
||||
|
||||
|
|
Loading…
Reference in a new issue