Skip to content

fix: remove tokens used for font-face at-rules (#97) #134

fix: remove tokens used for font-face at-rules (#97)

fix: remove tokens used for font-face at-rules (#97) #134

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: |
npm ci
- name: Run build
run: |
npm run build