Skip to content

Update element docs url #926

Update element docs url

Update element docs url #926

Workflow file for this run

name: Prettier
on: [pull_request]
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "16.x"
- run: yarn
- run: yarn workspaces run prettier:check