UNPKG

typescript-log

Version:

Logger interface with a few simple implementations, interface compatible with pino, bunyan and probably others

21 lines (16 loc) 418 B
name: CI on: [pull_request] jobs: run: name: Run runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Set Node.js 12.x uses: actions/setup-node@master with: node-version: 12.x - name: yarn install run: yarn install - name: Verify run: yarn verify