Skip to content

chore(ci): implement code scanning (#541) #295

chore(ci): implement code scanning (#541)

chore(ci): implement code scanning (#541) #295

Workflow file for this run

name: Docs CI
on:
push:
branches:
- main
pull_request:
branches:
- main
paths:
- packages/docs/**
jobs:
lint_and_test:
name: "Lint & Test"
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
- run: npm install
- run: npm run build -w docs