Skip to content

add new operators 'conj' and 'inv' to autocomplete word list #19

add new operators 'conj' and 'inv' to autocomplete word list

add new operators 'conj' and 'inv' to autocomplete word list #19

Workflow file for this run

name: build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Run tests
run: go test -cover ./...