Skip to content

fixup! wip

fixup! wip #3

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 build-js
env:
NODE_OPTIONS: --openssl-legacy-provider
- run: make release