Skip to content

Bump cipher-base from 1.0.4 to 1.0.6 #9

Bump cipher-base from 1.0.4 to 1.0.6

Bump cipher-base from 1.0.4 to 1.0.6 #9

Workflow file for this run

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

(Line: 14, Col: 9): Unexpected value 'run', (Line: 15, Col: 9): 'run' is already defined
name: Test
on:
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
run: npm i
run: npm run test