Skip to content

chore: Remove Pieces Docs from domains.json (#342) #749

chore: Remove Pieces Docs from domains.json (#342)

chore: Remove Pieces Docs from domains.json (#342) #749

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