Skip to content

Remove an awkward prop type option (#16) #52

Remove an awkward prop type option (#16)

Remove an awkward prop type option (#16) #52

Workflow file for this run

name: "Run linting and tests"
on: push
jobs:
build:
runs-on: ubuntu-latest
container: ubuntu:focal
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: npm ci
- run: npm run lint-check
# - run: npm run compile
# - run: npm run -- docs --treatWarningsAsErrors