Skip to content

Bump ts-patch

Bump ts-patch #234

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build