WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Remove Proxima and UntitledSerif fonts (#2853) #5394

Remove Proxima and UntitledSerif fonts (#2853)

Remove Proxima and UntitledSerif fonts (#2853) #5394

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn
- run: yarn prettier-check
- run: NODE_ENV=production PUBLIC_PATH=/ STORYBOOK_ENV=chromatic yarn build
- run: yarn test
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: 5ef54a1fca5c
exitZeroOnChanges: true
autoAcceptChanges: 'master'
buildScriptName: 'build-chromatic'
env:
STORYBOOK_ENV: 'chromatic'