Skip to content

v0.5.4

v0.5.4 #268

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: umidbekk/actions/npm/install@v2
- run: yarn tsc
- run: yarn lint
- run: yarn test
- uses: codecov/codecov-action@v3
- run: yarn build