Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #213

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #213

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: npm install
- name: lint
run: npm run lint && npm run tsc
- name: test
run: npm run test:coverage
- name: Generate coverage
run: bash <(curl -s https://codecov.io/bash)