Skip to content

fix: Pricing on the left #34

fix: Pricing on the left

fix: Pricing on the left #34

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install
- run: yarn test:lint
- run: yarn test:prettier