Skip to content

docs: fix README badge #13

docs: fix README badge

docs: fix README badge #13

Workflow file for this run

name: Test
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn prettier:check
- run: yarn build
- run: node lib