Skip to content

release(logcat): v0.3.0 #447

release(logcat): v0.3.0

release(logcat): v0.3.0 #447

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- 'master'
paths:
- 'src/**/*'
- 'lib/**/*'
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: |
npm i
npm link
npm run ci
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}