Skip to content

feat: Add some chart ui #6

feat: Add some chart ui

feat: Add some chart ui #6

Workflow file for this run

name: build
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- run: sudo apt-get update -y && sudo apt-get install -y ocl-icd-opencl-dev libhwloc-dev pkg-config
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
cache-dependency-path: 'ui/yarn.lock'
- run: make ui-deps
- uses: actions/setup-go@v5
with:
go-version: '1.22'
check-latest: true
cache-dependency-path: 'go.sum'
- run: make go-deps
- run: make go-dist