Skip to content

feat: add styled example #20

feat: add styled example

feat: add styled example #20

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 build