Skip to content

feat: Update notice tokens for new icon design #587

feat: Update notice tokens for new icon design

feat: Update notice tokens for new icon design #587

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build-deploy:
name: Build
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install
run: npm install
- name: Build
run: npm run build