Skip to content

chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 #124

chore(deps): bump trim-newlines from 3.0.0 to 3.0.1

chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 #124

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