Skip to content

[DSS-439] Icons: Update icon font (v.19, 5 new) #3637

[DSS-439] Icons: Update icon font (v.19, 5 new)

[DSS-439] Icons: Update icon font (v.19, 5 new) #3637

Workflow file for this run

name: Lint-Test-Build
on:
workflow_dispatch:
pull_request:
jobs:
lint_test_build:
name: Lint, Test, Build
runs-on: ubuntu-latest
steps:
- name: Clone Sage-Lib Repo
uses: actions/checkout@v2
- name: Set Node Version
uses: actions/setup-node@v2
with:
node-version: "14"
- name: Install Yarn
run: npm install -g yarn
- name: Yarn Install
run: yarn install
- name: Yarn Lint
run: yarn lint
- name: Yarn Test
run: yarn test
- name: Yarn Build
run: yarn build