Skip to content

fix: add nowrap to icon names #14

fix: add nowrap to icon names

fix: add nowrap to icon names #14

Workflow file for this run

name: Build + Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js βš™οΈ
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- name: Install node_modules πŸ“¦
run: npm ci
- name: Test + Build βš’οΈ
run: |
# npm test
npm run lint
npm run build