Skip to content

[playground] New context example with element that both consumes and provides #4195

[playground] New context example with element that both consumes and provides

[playground] New context example with element that both consumes and provides #4195

Workflow file for this run

name: Check format
on: [push, pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run format:check