Skip to content

chore: remove duplicate version from CHANGELOG.md and strike out #131

chore: remove duplicate version from CHANGELOG.md and strike out

chore: remove duplicate version from CHANGELOG.md and strike out #131

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: yarn
- run: yarn test
- run: yarn lint