Cleanup workflows

This commit is contained in:
CrazyMax 2020-05-06 23:54:36 +02:00
parent 3cbd16fdba
commit c8df075bd9
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 2 additions and 16 deletions

View file

@ -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: ./

View file

@ -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

View file

@ -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)