Skip to content

chore(Convert to W3C DTCG format): read more at https://docs.tokens.studio/convert-to-dtcg-format (#415) #166

chore(Convert to W3C DTCG format): read more at https://docs.tokens.studio/convert-to-dtcg-format (#415)

chore(Convert to W3C DTCG format): read more at https://docs.tokens.studio/convert-to-dtcg-format (#415) #166

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- master
jobs:
run-unit-tests:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install
run: yarn install --frozen-lockfile
- name: Run tests
run: npm test