Skip to content

feat: Tel input type, chart padding, bump dependencies #2869

feat: Tel input type, chart padding, bump dependencies

feat: Tel input type, chart padding, bump dependencies #2869

Workflow file for this run

name: "Build"
on:
pull_request:
types:
- opened
- edited
- synchronize
push:
branches:
- "**"
- "!main"
jobs:
build:
name: Build dist
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: node
uses: actions/[email protected]
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: install react
run: npm i react
- name: install dependencies
run: npm ci
- name: lint checks
run: npm run lint
- name: unit tests
run: npm run tests
- name: build
run: npm run build