Skip to content

feat: add dedicated hex monitor component for hex value display #313

feat: add dedicated hex monitor component for hex value display

feat: add dedicated hex monitor component for hex value display #313

Workflow file for this run

name: build
on:
schedule:
- cron: '0 0 1 * *'
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['lts/*']
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g grunt-cli
- run: yarn install
- run: grunt