Skip to content

style: remove method parenthesis spaces #8

style: remove method parenthesis spaces

style: remove method parenthesis spaces #8

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use node
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install
run: yarn install
- name: Test
run: yarn test