Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Merge pull request #2 from planklang/feat/type-casting #27

Merge pull request #2 from planklang/feat/type-casting

Merge pull request #2 from planklang/feat/type-casting #27

Workflow file for this run

name: Go test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24'
- name: Test
run: go test -v ./...