Skip to content

#96, allows node-set numeric operator on +, -, *, MOD(), DIV() #27

#96, allows node-set numeric operator on +, -, *, MOD(), DIV()

#96, allows node-set numeric operator on +, -, *, MOD(), DIV() #27

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Run tests
run: |
go version
go test