Skip to content

Add vocab support to title #24

Add vocab support to title

Add vocab support to title #24

Workflow file for this run

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Run Tests
run: go test -v ./...