Skip to content

feat: add some hooks as example #28

feat: add some hooks as example

feat: add some hooks as example #28

Workflow file for this run

name: Release to Production
'on':
push:
branches:
- master
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn tsc
- run: yarn test
- run: yarn build