Skip to content

Add maths calc function to post-process-css #10

Add maths calc function to post-process-css

Add maths calc function to post-process-css #10

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- master
- beta
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