Skip to content

Adds pinterest logo #70

Adds pinterest logo

Adds pinterest logo #70

Workflow file for this run

name: knit-ui
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: Build components
run: yarn build
- name: Run tests
run: yarn test