Skip to content

Add WidowX 250 6DOF tutorial (#30) #304

Add WidowX 250 6DOF tutorial (#30)

Add WidowX 250 6DOF tutorial (#30) #304

Workflow file for this run

name: Test
on:
push:
branches:
- development
pull_request:
branches:
- production
- development
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Test build website
run: yarn build
- name: Check Types
run: yarn typecheck
- name: Check Formatting
run: yarn formatcheck
- name: Check spelling
run: yarn spellcheck