Skip to content

Merge pull request #71 from bitcoinjs/dependabot/npm_and_yarn/babel/t… #17

Merge pull request #71 from bitcoinjs/dependabot/npm_and_yarn/babel/t…

Merge pull request #71 from bitcoinjs/dependabot/npm_and_yarn/babel/t… #17

Workflow file for this run

name: Run Tests
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run coverage
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run standard