Skip to content

[0.3.x] bump 0.3.6 #1042

[0.3.x] bump 0.3.6

[0.3.x] bump 0.3.6 #1042

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18.x"
- name: Dependencies
run: make install
- name: Build
run: make build
- name: Tests
run: make test