Skip to content

wip

wip #1

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v4
- run: make download-tools
- run: make install
- run: make generate
- run: make lint
- run: make test
- run: make bulid-js
- run: make release