mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2025-01-18 22:04:45 +01: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
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
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
|
name: Import GPG private key
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -25,10 +25,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
-
|
-
|
||||||
name: Install
|
name: Install
|
||||||
run: npm ci
|
run: npm install
|
||||||
-
|
|
||||||
name: Build
|
|
||||||
run: npm run build
|
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
* Configure and check committer email against GPG user address
|
* Configure and check committer email against GPG user address
|
||||||
* Fix code transpilation (#9)
|
* Fix code transpilation (#9)
|
||||||
* Bump deps
|
* Update deps
|
||||||
|
|
||||||
## 1.0.0 (2020/05/04)
|
## 1.0.0 (2020/05/04)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue