Skip to content

Allow InputStyleCloneElement to be constructed directly #83

Allow InputStyleCloneElement to be constructed directly

Allow InputStyleCloneElement to be constructed directly #83

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
check:
name: Check code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run lint
- run: npm run check-formatting