Skip to content

docs: Fix typo in previews.mdx (#344) #756

docs: Fix typo in previews.mdx (#344)

docs: Fix typo in previews.mdx (#344) #756

Workflow file for this run

name: website
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '14'
- name: NPM Install
run: yarn
- name: Check Linting
run: yarn run check:linting
- name: Check Formatting
run: yarn run check:formatting