Skip to content

fix(slots): add missing p prop, support animated-text-document & asset-image #67

fix(slots): add missing p prop, support animated-text-document & asset-image

fix(slots): add missing p prop, support animated-text-document & asset-image #67

Workflow file for this run

name: Test
on: pull_request
jobs:
publish:
runs-on: ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Setup
run: |
sudo apt update -q
sudo apt install -yy python python3-pip python3-virtualenv make
make install_dependencies
-
name: Docs
run: |
make docs
-
name: Validate
run: |
make validate
make validate_links