Skip to content

feat: make min and max clickable (#303) #982

feat: make min and max clickable (#303)

feat: make min and max clickable (#303) #982

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npm run prettier-check
- run: npm run test