Skip to content

add a parser function to add fontStyle to typography tokens #158

add a parser function to add fontStyle to typography tokens

add a parser function to add fontStyle to typography tokens #158

Workflow file for this run

name: Verify changes
on: pull_request
jobs:
verify:
name: Verify changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Install chromium
run: npx playwright install-deps chromium
- name: Unit tests
run: npm run test:unit
- name: Integration tests
run: npm run test:integration